#FBB7EA

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

Shades of Lavender Rose #FBB7EA

Tints of Lavender Rose #FBB7EA

Color information

#FBB7EA (or 0xFBB7EA) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and EA. RGB value is (251,183,234). Sum of RGB (Red+Green+Blue) = 251+183+234=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7EA is #044815. Grayscale: #D1D1D1. Windows color (decimal): -280598 or 15382523. OLE color: 15382523.

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

Color convert

RGB251183234-
CMYK00.270.070.02
HSL315º89.47%85.1%-
HSV(B)315º27.09%98.43%-
XYZ71.5760.3285.71-
YUV209.15142.03157.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 183 (71.88% from 255) = 27.40%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=37.57%
G=27.40%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118323400.270.070.0231589.4785.1
HexFBB7EA01B7213b5955
Octal37326735203372473131125
Binary1111101110110111111010100110111111010011101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7EA; }

 p { color: rgb(251,183,234); }

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

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

 a { background-color: rgb(251,183,234); }

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

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

 span { border-color: rgb(251,183,234); }

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