#FCABE8

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

Shades of Lavender Rose #FCABE8

Tints of Lavender Rose #FCABE8

Color information

#FCABE8 (or 0xFCABE8) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and E8. RGB value is (252,171,232). Sum of RGB (Red+Green+Blue) = 252+171+232=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABE8 is #035417. Grayscale: #CACACA. Windows color (decimal): -218136 or 15248380. OLE color: 15248380.

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

Color convert

RGB252171232-
CMYK00.320.080.01
HSL314.81º93.1%82.94%-
HSV(B)314.81º32.14%98.82%-
XYZ69.2755.6583.43-
YUV202.17144.84163.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=38.47%
G=26.11%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217123200.320.080.01314.8193.182.94
HexFCABE80208113b5d53
Octal374253350040101473135123
Binary11111100101010111110100001000001000110011101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABE8; }

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

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

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

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

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

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

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

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