#FCABE0

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

Shades of Lavender Rose #FCABE0

Tints of Lavender Rose #FCABE0

Color information

#FCABE0 (or 0xFCABE0) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and E0. RGB value is (252,171,224). Sum of RGB (Red+Green+Blue) = 252+171+224=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABE0 is #03541F. Grayscale: #C9C9C9. Windows color (decimal): -218144 or 14724092. OLE color: 14724092.

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

Color convert

RGB252171224-
CMYK00.320.110.01
HSL320.74º93.1%82.94%-
HSV(B)320.74º32.14%98.82%-
XYZ68.1655.277.58-
YUV201.26140.84164.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 171 (67.19% from 255) = 26.43%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=38.95%
G=26.43%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217122400.320.110.01320.7493.182.94
HexFCABE0020B11415d53
Octal374253340040131501135123
Binary11111100101010111110000001000001011110100000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABE0; }

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

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

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

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

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

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

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

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