#FBB7E6

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

Shades of Lavender Rose #FBB7E6

Tints of Lavender Rose #FBB7E6

Color information

#FBB7E6 (or 0xFBB7E6) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and E6. RGB value is (251,183,230). Sum of RGB (Red+Green+Blue) = 251+183+230=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 183 (71.88% from 255 or 27.56% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7E6 is #044819. Grayscale: #D0D0D0. Windows color (decimal): -280602 or 15120379. OLE color: 15120379.

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

Color convert

RGB251183230-
CMYK00.270.080.02
HSL318.53º89.47%85.1%-
HSV(B)318.53º27.09%98.43%-
XYZ7160.0982.72-
YUV208.69140.03158.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 183 (71.88% from 255) = 27.56%
BLUE value IS 230 (90.23% from 255) = 34.64%
R=37.80%
G=27.56%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118323000.270.080.02318.5389.4785.1
HexFBB7E601B8213f5955
Octal373267346033102477131125
Binary11111011101101111110011001101110001010011111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7E6; }

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

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

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

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

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

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

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

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