#FCA6CF

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

Shades of Lavender Pink #FCA6CF

Tints of Lavender Pink #FCA6CF

Color information

#FCA6CF (or 0xFCA6CF) is unknown color: approx Lavender Pink. HEX triplet: FC, A6 and CF. RGB value is (252,166,207). Sum of RGB (Red+Green+Blue) = 252+166+207=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6CF is #035930. Grayscale: #C4C4C4. Windows color (decimal): -219441 or 13608700. OLE color: 13608700.

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

Color convert

RGB252166207-
CMYK00.340.180.01
HSL331.4º93.48%81.96%-
HSV(B)331.4º34.13%98.82%-
XYZ65.0452.4765.73-
YUV196.39133.99167.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 166 (65.23% from 255) = 26.56%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=40.32%
G=26.56%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216620700.340.180.01331.493.4881.96
HexFCA6CF02212114b5d52
Octal374246317042221513135122
Binary111111001010011011001111010001010010110100101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6CF; }

 p { color: rgb(252,166,207); }

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

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

 a { background-color: rgb(252,166,207); }

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

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

 span { border-color: rgb(252,166,207); }

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