#FCABEB

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

Shades of Lavender Rose #FCABEB

Tints of Lavender Rose #FCABEB

Color information

#FCABEB (or 0xFCABEB) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and EB. RGB value is (252,171,235). Sum of RGB (Red+Green+Blue) = 252+171+235=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABEB is #035414. Grayscale: #CACACA. Windows color (decimal): -218133 or 15444988. OLE color: 15444988.

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

Color convert

RGB252171235-
CMYK00.320.070.01
HSL312.59º93.1%82.94%-
HSV(B)312.59º32.14%98.82%-
XYZ69.755.8285.7-
YUV202.52146.34163.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 171 (67.19% from 255) = 25.99%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=38.30%
G=25.99%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217123500.320.070.01312.5993.182.94
HexFCABEB020711395d53
Octal37425335304071471135123
Binary1111110010101011111010110100000111110011100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABEB; }

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

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

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

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

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

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

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

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