#FCABE4

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

Shades of Lavender Rose #FCABE4

Tints of Lavender Rose #FCABE4

Color information

#FCABE4 (or 0xFCABE4) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and E4. RGB value is (252,171,228). Sum of RGB (Red+Green+Blue) = 252+171+228=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABE4 is #03541B. Grayscale: #C9C9C9. Windows color (decimal): -218140 or 14986236. OLE color: 14986236.

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

Color convert

RGB252171228-
CMYK00.320.100.01
HSL317.78º93.1%82.94%-
HSV(B)317.78º32.14%98.82%-
XYZ68.7155.4280.47-
YUV201.72142.84163.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 171 (67.19% from 255) = 26.27%
BLUE value IS 228 (89.45% from 255) = 35.02%
R=38.71%
G=26.27%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217122800.320.100.01317.7893.182.94
HexFCABE4020A113e5d53
Octal374253344040121476135123
Binary11111100101010111110010001000001010110011111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABE4; }

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

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

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

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

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

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

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

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