#FCABEA

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

Shades of Lavender Rose #FCABEA

Tints of Lavender Rose #FCABEA

Color information

#FCABEA (or 0xFCABEA) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and EA. RGB value is (252,171,234). Sum of RGB (Red+Green+Blue) = 252+171+234=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABEA is #035415. Grayscale: #CACACA. Windows color (decimal): -218134 or 15379452. OLE color: 15379452.

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

Color convert

RGB252171234-
CMYK00.320.070.01
HSL313.33º93.1%82.94%-
HSV(B)313.33º32.14%98.82%-
XYZ69.5655.7684.94-
YUV202.4145.84163.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 171 (67.19% from 255) = 26.03%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=38.36%
G=26.03%
B=35.62%

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
Decimal25217123400.320.070.01313.3393.182.94
HexFCABEA020711395d53
Octal37425335204071471135123
Binary1111110010101011111010100100000111110011100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABEA; }

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

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

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

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

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

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

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

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