#FBADE9

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

Shades of Lavender Rose #FBADE9

Tints of Lavender Rose #FBADE9

Color information

#FBADE9 (or 0xFBADE9) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and E9. RGB value is (251,173,233). Sum of RGB (Red+Green+Blue) = 251+173+233=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADE9 is #045216. Grayscale: #CBCBCB. Windows color (decimal): -283159 or 15314427. OLE color: 15314427.

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

Color convert

RGB251173233-
CMYK00.310.070.02
HSL313.85º90.7%83.14%-
HSV(B)313.85º31.08%98.43%-
XYZ69.4456.2884.29-
YUV203.16144.84162.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 173 (67.97% from 255) = 26.33%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=38.20%
G=26.33%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117323300.310.070.02313.8590.783.14
HexFBADE901F7213a5b53
Octal37325535103772472133123
Binary1111101110101101111010010111111111010011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADE9; }

 p { color: rgb(251,173,233); }

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

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

 a { background-color: rgb(251,173,233); }

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

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

 span { border-color: rgb(251,173,233); }

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