#FCA4D0

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

Shades of Lavender Pink #FCA4D0

Tints of Lavender Pink #FCA4D0

Color information

#FCA4D0 (or 0xFCA4D0) is unknown color: approx Lavender Pink. HEX triplet: FC, A4 and D0. RGB value is (252,164,208). Sum of RGB (Red+Green+Blue) = 252+164+208=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4D0 is #035B2F. Grayscale: #C3C3C3. Windows color (decimal): -219952 or 13673724. OLE color: 13673724.

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

Color convert

RGB252164208-
CMYK00.350.170.01
HSL330º93.62%81.57%-
HSV(B)330º34.92%98.82%-
XYZ64.8151.866.26-
YUV195.33135.15168.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 164 (64.45% from 255) = 26.28%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=40.38%
G=26.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216420800.350.170.0133093.6281.57
HexFCA4D002311114a5e52
Octal374244320043211512136122
Binary111111001010010011010000010001110001110100101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4D0; }

 p { color: rgb(252,164,208); }

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

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

 a { background-color: rgb(252,164,208); }

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

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

 span { border-color: rgb(252,164,208); }

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