#FBB3E7

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

Shades of Lavender Rose #FBB3E7

Tints of Lavender Rose #FBB3E7

Color information

#FBB3E7 (or 0xFBB3E7) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and E7. RGB value is (251,179,231). Sum of RGB (Red+Green+Blue) = 251+179+231=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3E7 is #044C18. Grayscale: #CECECE. Windows color (decimal): -281625 or 15184891. OLE color: 15184891.

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

Color convert

RGB251179231-
CMYK00.290.080.02
HSL316.67º90%84.31%-
HSV(B)316.67º28.69%98.43%-
XYZ70.3358.5283.19-
YUV206.46141.85159.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 179 (70.31% from 255) = 27.08%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=37.97%
G=27.08%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117923100.290.080.02316.679084.31
HexFBB3E701D8213d5a54
Octal373263347035102475132124
Binary11111011101100111110011101110110001010011110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3E7; }

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

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

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

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

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

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

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

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