#FEAFF3

Color #FEAFF3 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FEAFF3

Tints of Lavender Rose #FEAFF3

Color information

#FEAFF3 (or 0xFEAFF3) is unknown color: approx Lavender Rose. HEX triplet: FE, AF and F3. RGB value is (254,175,243). Sum of RGB (Red+Green+Blue) = 254+175+243=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAFF3 is #01500C. Grayscale: #CECECE. Windows color (decimal): -86029 or 15970302. OLE color: 15970302.

HSL color Cylindrical-coordinate representation of color #FEAFF3: hue angle of 308.35º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFF3 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB254175243-
CMYK00.310.040.00
HSL308.35º97.53%84.12%-
HSV(B)308.35º31.1%99.61%-
XYZ72.3858.292.21-
YUV206.37148.67161.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 175 (68.75% from 255) = 26.04%
BLUE value IS 243 (95.31% from 255) = 36.16%
R=37.80%
G=26.04%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417524300.310.040.00308.3597.5384.12
HexFEAFF301F401346254
Octal37625736303740464142124
Binary111111101010111111110011011111100010011010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFF3; }

 p { color: rgb(254,175,243); }

 H1.HeaderClassName
 {
   color: #FEAFF3;
 }
 .AnyTagClassName
 {
   color: #FEAFF3;
 }
</style>
background-color css

<style>
 a { background-color: #FEAFF3; }

 a { background-color: rgb(254,175,243); }

 div.DivClassName
 {
   background-color: #FEAFF3;
 }
 .BgClassName
 {
   background-color: #FEAFF3;
 }
</style>
border-color css

<style>
 span { border-color: #FEAFF3; }

 span { border-color: rgb(254,175,243); }

 td.TdClassName
 {
   border-color: #FEAFF3;
 }
 .TagClassName
 {
   border-color: #FEAFF3;
 }
</style>