#FBB7EF

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

Shades of Lavender Rose #FBB7EF

Tints of Lavender Rose #FBB7EF

Color information

#FBB7EF (or 0xFBB7EF) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and EF. RGB value is (251,183,239). Sum of RGB (Red+Green+Blue) = 251+183+239=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7EF is #044810. Grayscale: #D1D1D1. Windows color (decimal): -280593 or 15710203. OLE color: 15710203.

HSL color Cylindrical-coordinate representation of color #FBB7EF: hue angle of 310.59º 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 #FBB7EF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251183239-
CMYK00.270.050.02
HSL310.59º89.47%85.1%-
HSV(B)310.59º27.09%98.43%-
XYZ72.360.6189.55-
YUV209.72144.53157.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 183 (71.88% from 255) = 27.19%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=37.30%
G=27.19%
B=35.51%

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
Decimal25118323900.270.050.02310.5989.4785.1
HexFBB7EF01B521375955
Octal37326735703352467131125
Binary1111101110110111111011110110111011010011011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7EF; }

 p { color: rgb(251,183,239); }

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

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

 a { background-color: rgb(251,183,239); }

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

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

 span { border-color: rgb(251,183,239); }

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