#FBACE6

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

Shades of Lavender Rose #FBACE6

Tints of Lavender Rose #FBACE6

Color information

#FBACE6 (or 0xFBACE6) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and E6. RGB value is (251,172,230). Sum of RGB (Red+Green+Blue) = 251+172+230=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACE6 is #045319. Grayscale: #CACACA. Windows color (decimal): -283418 or 15117563. OLE color: 15117563.

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

Color convert

RGB251172230-
CMYK00.310.080.02
HSL315.95º90.8%82.94%-
HSV(B)315.95º31.47%98.43%-
XYZ68.8255.7381.99-
YUV202.23143.67162.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=38.44%
G=26.34%
B=35.22%

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
Decimal25117223000.310.080.02315.9590.882.94
HexFBACE601F8213c5b53
Octal373254346037102474133123
Binary11111011101011001110011001111110001010011110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACE6; }

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

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

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

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

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

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

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

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