#FBB4E5

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

Shades of Lavender Rose #FBB4E5

Tints of Lavender Rose #FBB4E5

Color information

#FBB4E5 (or 0xFBB4E5) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and E5. RGB value is (251,180,229). Sum of RGB (Red+Green+Blue) = 251+180+229=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 180 (70.70% from 255 or 27.27% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4E5 is #044B1A. Grayscale: #CECECE. Windows color (decimal): -281371 or 15054075. OLE color: 15054075.

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

Color convert

RGB251180229-
CMYK00.280.090.02
HSL318.59º89.87%84.51%-
HSV(B)318.59º28.29%98.43%-
XYZ70.2558.8181.78-
YUV206.82140.52159.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.03%
GREEN value IS 180 (70.70% from 255) = 27.27%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=38.03%
G=27.27%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118022900.280.090.02318.5989.8784.51
HexFBB4E501C9213f5a55
Octal373264345034112477132125
Binary11111011101101001110010101110010011010011111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4E5; }

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

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

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

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

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

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

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

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