#FBB1EE

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

Shades of Lavender Rose #FBB1EE

Tints of Lavender Rose #FBB1EE

Color information

#FBB1EE (or 0xFBB1EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and EE. RGB value is (251,177,238). Sum of RGB (Red+Green+Blue) = 251+177+238=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1EE is #044E11. Grayscale: #CDCDCD. Windows color (decimal): -282130 or 15643131. OLE color: 15643131.

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

Color convert

RGB251177238-
CMYK00.290.050.02
HSL310.54º90.24%83.92%-
HSV(B)310.54º29.48%98.43%-
XYZ70.9458.1388.37-
YUV206.08146.02160.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 177 (69.53% from 255) = 26.58%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=37.69%
G=26.58%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117723800.290.050.02310.5490.2483.92
HexFBB1EE01D521375a54
Octal37326135603552467132124
Binary1111101110110001111011100111011011010011011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1EE; }

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

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

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

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

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

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

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

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