#FCABDD

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

Shades of Lavender Rose #FCABDD

Tints of Lavender Rose #FCABDD

Color information

#FCABDD (or 0xFCABDD) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and DD. RGB value is (252,171,221). Sum of RGB (Red+Green+Blue) = 252+171+221=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABDD is #035422. Grayscale: #C8C8C8. Windows color (decimal): -218147 or 14527484. OLE color: 14527484.

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

Color convert

RGB252171221-
CMYK00.320.120.01
HSL322.96º93.1%82.94%-
HSV(B)322.96º32.14%98.82%-
XYZ67.7655.0475.46-
YUV200.92139.34164.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 171 (67.19% from 255) = 26.55%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=39.13%
G=26.55%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217122100.320.120.01322.9693.182.94
HexFCABDD020C11435d53
Octal374253335040141503135123
Binary11111100101010111101110101000001100110100001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABDD; }

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

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

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

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

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

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

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

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