#FBADEE

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

Shades of Lavender Rose #FBADEE

Tints of Lavender Rose #FBADEE

Color information

#FBADEE (or 0xFBADEE) is unknown color: approx Lavender Rose. HEX triplet: FB, AD and EE. RGB value is (251,173,238). Sum of RGB (Red+Green+Blue) = 251+173+238=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADEE is #045211. Grayscale: #CBCBCB. Windows color (decimal): -283154 or 15642107. OLE color: 15642107.

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

Color convert

RGB251173238-
CMYK00.310.050.02
HSL310º90.7%83.14%-
HSV(B)310º31.08%98.43%-
XYZ70.1656.5788.11-
YUV203.73147.34161.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 173 (67.97% from 255) = 26.13%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=37.92%
G=26.13%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117323800.310.050.0231090.783.14
HexFBADEE01F521365b53
Octal37325535603752466133123
Binary1111101110101101111011100111111011010011011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBADEE; }

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

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

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

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

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

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

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

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