#FBB8EE

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

Shades of Lavender Rose #FBB8EE

Tints of Lavender Rose #FBB8EE

Color information

#FBB8EE (or 0xFBB8EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and EE. RGB value is (251,184,238). Sum of RGB (Red+Green+Blue) = 251+184+238=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8EE is #044711. Grayscale: #D2D2D2. Windows color (decimal): -280338 or 15644923. OLE color: 15644923.

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

Color convert

RGB251184238-
CMYK00.270.050.02
HSL311.64º89.33%85.29%-
HSV(B)311.64º26.69%98.43%-
XYZ72.3660.9688.84-
YUV210.19143.7157.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 184 (72.27% from 255) = 27.34%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=37.30%
G=27.34%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118423800.270.050.02311.6489.3385.29
HexFBB8EE01B521385955
Octal37327035603352470131125
Binary1111101110111000111011100110111011010011100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8EE; }

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

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

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

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

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

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

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

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