#FBB6F0

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

Shades of Lavender Rose #FBB6F0

Tints of Lavender Rose #FBB6F0

Color information

#FBB6F0 (or 0xFBB6F0) is unknown color: approx Lavender Rose. HEX triplet: FB, B6 and F0. RGB value is (251,182,240). Sum of RGB (Red+Green+Blue) = 251+182+240=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6F0 is #04490F. Grayscale: #D1D1D1. Windows color (decimal): -280848 or 15775483. OLE color: 15775483.

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

Color convert

RGB251182240-
CMYK00.270.040.02
HSL309.57º89.61%84.9%-
HSV(B)309.57º27.49%98.43%-
XYZ72.2460.2690.26-
YUV209.24145.36157.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 182 (71.48% from 255) = 27.04%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=37.30%
G=27.04%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118224000.270.040.02309.5789.6184.9
HexFBB6F001B421365a55
Octal37326636003342466132125
Binary1111101110110110111100000110111001010011011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6F0; }

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

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

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

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

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

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

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

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