#FBB2ED

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

Shades of Lavender Rose #FBB2ED

Tints of Lavender Rose #FBB2ED

Color information

#FBB2ED (or 0xFBB2ED) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and ED. RGB value is (251,178,237). Sum of RGB (Red+Green+Blue) = 251+178+237=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2ED is #044D12. Grayscale: #CECECE. Windows color (decimal): -281875 or 15577851. OLE color: 15577851.

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

Color convert

RGB251178237-
CMYK00.290.060.02
HSL311.51º90.12%84.12%-
HSV(B)311.51º29.08%98.43%-
XYZ70.9958.4687.66-
YUV206.55145.18159.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 178 (69.92% from 255) = 26.73%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=37.69%
G=26.73%
B=35.59%

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
Decimal25117823700.290.060.02311.5190.1284.12
HexFBB2ED01D621385a54
Octal37326235503562470132124
Binary1111101110110010111011010111011101010011100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2ED; }

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

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

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

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

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

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

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

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