#FCAFE3

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

Shades of Lavender Rose #FCAFE3

Tints of Lavender Rose #FCAFE3

Color information

#FCAFE3 (or 0xFCAFE3) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and E3. RGB value is (252,175,227). Sum of RGB (Red+Green+Blue) = 252+175+227=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE3 is #03501C. Grayscale: #CBCBCB. Windows color (decimal): -217117 or 14921724. OLE color: 14921724.

HSL color Cylindrical-coordinate representation of color #FCAFE3: hue angle of 319.48º 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 #FCAFE3 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252175227-
CMYK00.310.100.01
HSL319.48º92.77%83.73%-
HSV(B)319.48º30.56%98.82%-
XYZ69.3456.980-
YUV203.95141.01162.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=38.53%
G=26.76%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522700.310.100.01319.4892.7783.73
HexFCAFE301FA113f5d54
Octal374257343037121477135124
Binary1111110010101111111000110111111010110011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFE3; }

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

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

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

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

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

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

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

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