#FBB2EC

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

Shades of Lavender Rose #FBB2EC

Tints of Lavender Rose #FBB2EC

Color information

#FBB2EC (or 0xFBB2EC) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and EC. RGB value is (251,178,236). Sum of RGB (Red+Green+Blue) = 251+178+236=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 178 (69.92% from 255 or 26.77% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2EC is #044D13. Grayscale: #CECECE. Windows color (decimal): -281876 or 15512315. OLE color: 15512315.

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

Color convert

RGB251178236-
CMYK00.290.060.02
HSL312.33º90.12%84.12%-
HSV(B)312.33º29.08%98.43%-
XYZ70.8458.4186.9-
YUV206.44144.68159.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 178 (69.92% from 255) = 26.77%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=37.74%
G=26.77%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117823600.290.060.02312.3390.1284.12
HexFBB2EC01D621385a54
Octal37326235403562470132124
Binary1111101110110010111011000111011101010011100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2EC; }

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

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

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

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

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

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

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

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