#FBB4E7

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

Shades of Lavender Rose #FBB4E7

Tints of Lavender Rose #FBB4E7

Color information

#FBB4E7 (or 0xFBB4E7) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and E7. RGB value is (251,180,231). Sum of RGB (Red+Green+Blue) = 251+180+231=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4E7 is #044B18. Grayscale: #CECECE. Windows color (decimal): -281369 or 15185147. OLE color: 15185147.

HSL color Cylindrical-coordinate representation of color #FBB4E7: hue angle of 316.9º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4E7 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251180231-
CMYK00.280.080.02
HSL316.9º89.87%84.51%-
HSV(B)316.9º28.29%98.43%-
XYZ70.5358.9283.26-
YUV207.04141.52159.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 180 (70.70% from 255) = 27.19%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=37.92%
G=27.19%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118023100.280.080.02316.989.8784.51
HexFBB4E701C8213d5a55
Octal373264347034102475132125
Binary11111011101101001110011101110010001010011110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4E7; }

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

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

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

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

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

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

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

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