#FCA9CE

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

Shades of Lavender Pink #FCA9CE

Tints of Lavender Pink #FCA9CE

Color information

#FCA9CE (or 0xFCA9CE) is unknown color: approx Lavender Pink. HEX triplet: FC, A9 and CE. RGB value is (252,169,206). Sum of RGB (Red+Green+Blue) = 252+169+206=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9CE is #035631. Grayscale: #C5C5C5. Windows color (decimal): -218674 or 13543932. OLE color: 13543932.

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

Color convert

RGB252169206-
CMYK00.330.180.01
HSL333.25º93.26%82.55%-
HSV(B)333.25º32.94%98.82%-
XYZ65.4753.5365.27-
YUV198.04132.5166.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=40.19%
G=26.95%
B=32.85%

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
Decimal25216920600.330.180.01333.2593.2682.55
HexFCA9CE02112114d5d53
Octal374251316041221515135123
Binary111111001010100111001110010000110010110100110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9CE; }

 p { color: rgb(252,169,206); }

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

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

 a { background-color: rgb(252,169,206); }

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

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

 span { border-color: rgb(252,169,206); }

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