#FBACE8

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

Shades of Lavender Rose #FBACE8

Tints of Lavender Rose #FBACE8

Color information

#FBACE8 (or 0xFBACE8) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and E8. RGB value is (251,172,232). Sum of RGB (Red+Green+Blue) = 251+172+232=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACE8 is #045317. Grayscale: #CACACA. Windows color (decimal): -283416 or 15248635. OLE color: 15248635.

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

Color convert

RGB251172232-
CMYK00.310.080.02
HSL314.43º90.8%82.94%-
HSV(B)314.43º31.47%98.43%-
XYZ69.155.8483.48-
YUV202.46144.67162.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=38.32%
G=26.26%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117223200.310.080.02314.4390.882.94
HexFBACE801F8213a5b53
Octal373254350037102472133123
Binary11111011101011001110100001111110001010011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACE8; }

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

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

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

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

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

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

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

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