#FBBFEE

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

Shades of Lavender Rose #FBBFEE

Tints of Lavender Rose #FBBFEE

Color information

#FBBFEE (or 0xFBBFEE) is unknown color: approx Lavender Rose. HEX triplet: FB, BF and EE. RGB value is (251,191,238). Sum of RGB (Red+Green+Blue) = 251+191+238=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFEE is #044011. Grayscale: #D6D6D6. Windows color (decimal): -278546 or 15646715. OLE color: 15646715.

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

Color convert

RGB251191238-
CMYK00.240.050.02
HSL313º88.24%86.67%-
HSV(B)313º23.9%98.43%-
XYZ73.8563.9489.34-
YUV214.3141.38154.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 191 (75% from 255) = 28.09%
BLUE value IS 238 (93.36% from 255) = 35%
R=36.91%
G=28.09%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119123800.240.050.0231388.2486.67
HexFBBFEE018521395857
Octal37327735603052471130127
Binary1111101110111111111011100110001011010011100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFEE; }

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

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

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

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

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

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

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

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