#FCAFDC

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

Shades of Lavender Pink #FCAFDC

Tints of Lavender Pink #FCAFDC

Color information

#FCAFDC (or 0xFCAFDC) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and DC. RGB value is (252,175,220). Sum of RGB (Red+Green+Blue) = 252+175+220=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFDC is #035023. Grayscale: #CBCBCB. Windows color (decimal): -217124 or 14462972. OLE color: 14462972.

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

Color convert

RGB252175220-
CMYK00.310.130.01
HSL324.94º92.77%83.73%-
HSV(B)324.94º30.56%98.82%-
XYZ68.3956.5275.02-
YUV203.15137.51162.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=38.95%
G=27.05%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522000.310.130.01324.9492.7783.73
HexFCAFDC01FD11455d54
Octal374257334037151505135124
Binary1111110010101111110111000111111101110100010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFDC; }

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

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

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

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

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

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

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

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