#FBB4EE

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

Shades of Lavender Rose #FBB4EE

Tints of Lavender Rose #FBB4EE

Color information

#FBB4EE (or 0xFBB4EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and EE. RGB value is (251,180,238). Sum of RGB (Red+Green+Blue) = 251+180+238=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4EE is #044B11. Grayscale: #CFCFCF. Windows color (decimal): -281362 or 15643899. OLE color: 15643899.

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

Color convert

RGB251180238-
CMYK00.280.050.02
HSL310.99º89.87%84.51%-
HSV(B)310.99º28.29%98.43%-
XYZ71.5459.3288.57-
YUV207.84145.02158.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 180 (70.70% from 255) = 26.91%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=37.52%
G=26.91%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118023800.280.050.02310.9989.8784.51
HexFBB4EE01C521375a55
Octal37326435603452467132125
Binary1111101110110100111011100111001011010011011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4EE; }

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

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

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

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

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

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

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

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