#FBACED

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

Shades of Lavender Rose #FBACED

Tints of Lavender Rose #FBACED

Color information

#FBACED (or 0xFBACED) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and ED. RGB value is (251,172,237). Sum of RGB (Red+Green+Blue) = 251+172+237=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACED is #045312. Grayscale: #CACACA. Windows color (decimal): -283411 or 15576315. OLE color: 15576315.

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

Color convert

RGB251172237-
CMYK00.310.060.02
HSL310.63º90.8%82.94%-
HSV(B)310.63º31.47%98.43%-
XYZ69.8256.1387.27-
YUV203.03147.17162.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 172 (67.58% from 255) = 26.06%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=38.03%
G=26.06%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117223700.310.060.02310.6390.882.94
HexFBACED01F621375b53
Octal37325435503762467133123
Binary1111101110101100111011010111111101010011011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACED; }

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

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

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

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

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

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

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

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