#FBACE0

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

Shades of Lavender Rose #FBACE0

Tints of Lavender Rose #FBACE0

Color information

#FBACE0 (or 0xFBACE0) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and E0. RGB value is (251,172,224). Sum of RGB (Red+Green+Blue) = 251+172+224=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACE0 is #04531F. Grayscale: #C9C9C9. Windows color (decimal): -283424 or 14724347. OLE color: 14724347.

HSL color Cylindrical-coordinate representation of color #FBACE0: hue angle of 320.51º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACE0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251172224-
CMYK00.310.110.02
HSL320.51º90.8%82.94%-
HSV(B)320.51º31.47%98.43%-
XYZ67.9955.477.63-
YUV201.55140.67163.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 224 (87.89% from 255) = 34.62%
R=38.79%
G=26.58%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117222400.310.110.02320.5190.882.94
HexFBACE001FB21415b53
Octal373254340037132501133123
Binary11111011101011001110000001111110111010100000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACE0; }

 p { color: rgb(251,172,224); }

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

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

 a { background-color: rgb(251,172,224); }

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

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

 span { border-color: rgb(251,172,224); }

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