#FCAFDF

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

Shades of Lavender Rose #FCAFDF

Tints of Lavender Rose #FCAFDF

Color information

#FCAFDF (or 0xFCAFDF) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and DF. RGB value is (252,175,223). Sum of RGB (Red+Green+Blue) = 252+175+223=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFDF is #035020. Grayscale: #CBCBCB. Windows color (decimal): -217121 or 14659580. OLE color: 14659580.

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

Color convert

RGB252175223-
CMYK00.310.120.01
HSL322.6º92.77%83.73%-
HSV(B)322.6º30.56%98.82%-
XYZ68.7956.6877.13-
YUV203.49139.01162.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=38.77%
G=26.92%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522300.310.120.01322.692.7783.73
HexFCAFDF01FC11435d54
Octal374257337037141503135124
Binary1111110010101111110111110111111100110100001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFDF; }

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

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

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

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

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

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

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

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