#FBB6E5

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

Shades of Lavender Rose #FBB6E5

Tints of Lavender Rose #FBB6E5

Color information

#FBB6E5 (or 0xFBB6E5) is unknown color: approx Lavender Rose. HEX triplet: FB, B6 and E5. RGB value is (251,182,229). Sum of RGB (Red+Green+Blue) = 251+182+229=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6E5 is #04491A. Grayscale: #CFCFCF. Windows color (decimal): -280859 or 15054587. OLE color: 15054587.

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

Color convert

RGB251182229-
CMYK00.270.090.02
HSL319.13º89.61%84.9%-
HSV(B)319.13º27.49%98.43%-
XYZ70.6559.6281.91-
YUV207.99139.86158.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 182 (71.48% from 255) = 27.49%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=37.92%
G=27.49%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118222900.270.090.02319.1389.6184.9
HexFBB6E501B9213f5a55
Octal373266345033112477132125
Binary11111011101101101110010101101110011010011111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6E5; }

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

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

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

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

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

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

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

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