#FCABDF

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

Shades of Lavender Rose #FCABDF

Tints of Lavender Rose #FCABDF

Color information

#FCABDF (or 0xFCABDF) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and DF. RGB value is (252,171,223). Sum of RGB (Red+Green+Blue) = 252+171+223=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABDF is #035420. Grayscale: #C9C9C9. Windows color (decimal): -218145 or 14658556. OLE color: 14658556.

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

Color convert

RGB252171223-
CMYK00.320.120.01
HSL321.48º93.1%82.94%-
HSV(B)321.48º32.14%98.82%-
XYZ68.0355.1576.87-
YUV201.15140.34164.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 171 (67.19% from 255) = 26.47%
BLUE value IS 223 (87.5% from 255) = 34.52%
R=39.01%
G=26.47%
B=34.52%

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
Decimal25217122300.320.120.01321.4893.182.94
HexFCABDF020C11415d53
Octal374253337040141501135123
Binary11111100101010111101111101000001100110100000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABDF; }

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

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

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

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

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

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

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

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