#FBB0EE

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

Shades of Lavender Rose #FBB0EE

Tints of Lavender Rose #FBB0EE

Color information

#FBB0EE (or 0xFBB0EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and EE. RGB value is (251,176,238). Sum of RGB (Red+Green+Blue) = 251+176+238=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0EE is #044F11. Grayscale: #CDCDCD. Windows color (decimal): -282386 or 15642875. OLE color: 15642875.

HSL color Cylindrical-coordinate representation of color #FBB0EE: hue angle of 310.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0EE is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251176238-
CMYK00.300.050.02
HSL310.4º90.36%83.73%-
HSV(B)310.4º29.88%98.43%-
XYZ70.7457.7388.3-
YUV205.49146.35160.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 176 (69.14% from 255) = 26.47%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=37.74%
G=26.47%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117623800.300.050.02310.490.3683.73
HexFBB0EE01E521365a54
Octal37326035603652466132124
Binary1111101110110000111011100111101011010011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0EE; }

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

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

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

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

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

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

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

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