#FBB3ED

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

Shades of Lavender Rose #FBB3ED

Tints of Lavender Rose #FBB3ED

Color information

#FBB3ED (or 0xFBB3ED) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and ED. RGB value is (251,179,237). Sum of RGB (Red+Green+Blue) = 251+179+237=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3ED is #044C12. Grayscale: #CECECE. Windows color (decimal): -281619 or 15578107. OLE color: 15578107.

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

Color convert

RGB251179237-
CMYK00.290.060.02
HSL311.67º90%84.31%-
HSV(B)311.67º28.69%98.43%-
XYZ71.1958.8687.73-
YUV207.14144.85159.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 179 (70.31% from 255) = 26.84%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=37.63%
G=26.84%
B=35.53%

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
Decimal25117923700.290.060.02311.679084.31
HexFBB3ED01D621385a54
Octal37326335503562470132124
Binary1111101110110011111011010111011101010011100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3ED; }

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

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

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

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

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

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

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

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