#FCA8CF

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

Shades of Lavender Pink #FCA8CF

Tints of Lavender Pink #FCA8CF

Color information

#FCA8CF (or 0xFCA8CF) is unknown color: approx Lavender Pink. HEX triplet: FC, A8 and CF. RGB value is (252,168,207). Sum of RGB (Red+Green+Blue) = 252+168+207=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8CF is #035730. Grayscale: #C5C5C5. Windows color (decimal): -218929 or 13609212. OLE color: 13609212.

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

Color convert

RGB252168207-
CMYK00.330.180.01
HSL332.14º93.33%82.35%-
HSV(B)332.14º33.33%98.82%-
XYZ65.4153.2165.85-
YUV197.56133.33166.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=40.19%
G=26.79%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216820700.330.180.01332.1493.3382.35
HexFCA8CF02112114c5d52
Octal374250317041221514135122
Binary111111001010100011001111010000110010110100110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8CF; }

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

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

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

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

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

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

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

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