#FCA8CE

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

Shades of Lavender Pink #FCA8CE

Tints of Lavender Pink #FCA8CE

Color information

#FCA8CE (or 0xFCA8CE) is unknown color: approx Lavender Pink. HEX triplet: FC, A8 and CE. RGB value is (252,168,206). Sum of RGB (Red+Green+Blue) = 252+168+206=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8CE is #035731. Grayscale: #C5C5C5. Windows color (decimal): -218930 or 13543676. OLE color: 13543676.

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

Color convert

RGB252168206-
CMYK00.330.180.01
HSL332.86º93.33%82.35%-
HSV(B)332.86º33.33%98.82%-
XYZ65.2953.1665.21-
YUV197.45132.83166.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 168 (66.02% from 255) = 26.84%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=40.26%
G=26.84%
B=32.91%

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
Decimal25216820600.330.180.01332.8693.3382.35
HexFCA8CE02112114d5d52
Octal374250316041221515135122
Binary111111001010100011001110010000110010110100110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8CE; }

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

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

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

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

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

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

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

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