#FCABD6

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

Shades of Lavender Pink #FCABD6

Tints of Lavender Pink #FCABD6

Color information

#FCABD6 (or 0xFCABD6) is unknown color: approx Lavender Pink. HEX triplet: FC, AB and D6. RGB value is (252,171,214). Sum of RGB (Red+Green+Blue) = 252+171+214=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD6 is #035429. Grayscale: #C8C8C8. Windows color (decimal): -218154 or 14068732. OLE color: 14068732.

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

Color convert

RGB252171214-
CMYK00.320.150.01
HSL328.15º93.1%82.94%-
HSV(B)328.15º32.14%98.82%-
XYZ66.8554.6870.65-
YUV200.12135.84165-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=39.56%
G=26.84%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217121400.320.150.01328.1593.182.94
HexFCABD6020F11485d53
Octal374253326040171510135123
Binary11111100101010111101011001000001111110100100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABD6; }

 p { color: rgb(252,171,214); }

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

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

 a { background-color: rgb(252,171,214); }

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

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

 span { border-color: rgb(252,171,214); }

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