#FBB2EE

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

Shades of Lavender Rose #FBB2EE

Tints of Lavender Rose #FBB2EE

Color information

#FBB2EE (or 0xFBB2EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and EE. RGB value is (251,178,238). Sum of RGB (Red+Green+Blue) = 251+178+238=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2EE is #044D11. Grayscale: #CECECE. Windows color (decimal): -281874 or 15643387. OLE color: 15643387.

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

Color convert

RGB251178238-
CMYK00.290.050.02
HSL310.68º90.12%84.12%-
HSV(B)310.68º29.08%98.43%-
XYZ71.1458.5288.44-
YUV206.67145.68159.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 178 (69.92% from 255) = 26.69%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=37.63%
G=26.69%
B=35.68%

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
Decimal25117823800.290.050.02310.6890.1284.12
HexFBB2EE01D521375a54
Octal37326235603552467132124
Binary1111101110110010111011100111011011010011011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2EE; }

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

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

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

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

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

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

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

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