#FBB2EF

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

Shades of Lavender Rose #FBB2EF

Tints of Lavender Rose #FBB2EF

Color information

#FBB2EF (or 0xFBB2EF) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and EF. RGB value is (251,178,239). Sum of RGB (Red+Green+Blue) = 251+178+239=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2EF is #044D10. Grayscale: #CECECE. Windows color (decimal): -281873 or 15708923. OLE color: 15708923.

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

Color convert

RGB251178239-
CMYK00.290.050.02
HSL309.86º90.12%84.12%-
HSV(B)309.86º29.08%98.43%-
XYZ71.2858.5889.21-
YUV206.78146.18159.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=37.57%
G=26.65%
B=35.78%

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
Decimal25117823900.290.050.02309.8690.1284.12
HexFBB2EF01D521365a54
Octal37326235703552466132124
Binary1111101110110010111011110111011011010011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2EF; }

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

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

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

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

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

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

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

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