#FCAAEF

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

Shades of Lavender Rose #FCAAEF

Tints of Lavender Rose #FCAAEF

Color information

#FCAAEF (or 0xFCAAEF) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and EF. RGB value is (252,170,239). Sum of RGB (Red+Green+Blue) = 252+170+239=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAEF is #035510. Grayscale: #CACACA. Windows color (decimal): -218385 or 15706876. OLE color: 15706876.

HSL color Cylindrical-coordinate representation of color #FCAAEF: hue angle of 309.51º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAEF is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252170239-
CMYK00.330.050.01
HSL309.51º93.18%82.75%-
HSV(B)309.51º32.54%98.82%-
XYZ70.155.6888.71-
YUV202.38148.67163.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 170 (66.80% from 255) = 25.72%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=38.12%
G=25.72%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217023900.330.050.01309.5193.1882.75
HexFCAAEF021511365d53
Octal37425235704151466135123
Binary1111110010101010111011110100001101110011011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAEF; }

 p { color: rgb(252,170,239); }

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

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

 a { background-color: rgb(252,170,239); }

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

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

 span { border-color: rgb(252,170,239); }

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