#FCAFE1

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

Shades of Lavender Rose #FCAFE1

Tints of Lavender Rose #FCAFE1

Color information

#FCAFE1 (or 0xFCAFE1) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and E1. RGB value is (252,175,225). Sum of RGB (Red+Green+Blue) = 252+175+225=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE1 is #03501E. Grayscale: #CBCBCB. Windows color (decimal): -217119 or 14790652. OLE color: 14790652.

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

Color convert

RGB252175225-
CMYK00.310.110.01
HSL321.04º92.77%83.73%-
HSV(B)321.04º30.56%98.82%-
XYZ69.0756.7978.56-
YUV203.72140.01162.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 26.84%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=38.65%
G=26.84%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522500.310.110.01321.0492.7783.73
HexFCAFE101FB11415d54
Octal374257341037131501135124
Binary1111110010101111111000010111111011110100000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFE1; }

 p { color: rgb(252,175,225); }

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

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

 a { background-color: rgb(252,175,225); }

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

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

 span { border-color: rgb(252,175,225); }

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