#FBB6EE

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

Shades of Lavender Rose #FBB6EE

Tints of Lavender Rose #FBB6EE

Color information

#FBB6EE (or 0xFBB6EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B6 and EE. RGB value is (251,182,238). Sum of RGB (Red+Green+Blue) = 251+182+238=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6EE is #044911. Grayscale: #D0D0D0. Windows color (decimal): -280850 or 15644411. OLE color: 15644411.

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

Color convert

RGB251182238-
CMYK00.270.050.02
HSL311.3º89.61%84.9%-
HSV(B)311.3º27.49%98.43%-
XYZ71.9460.1488.7-
YUV209.02144.36157.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 182 (71.48% from 255) = 27.12%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=37.41%
G=27.12%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118223800.270.050.02311.389.6184.9
HexFBB6EE01B521375a55
Octal37326635603352467132125
Binary1111101110110110111011100110111011010011011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6EE; }

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

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

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

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

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

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

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

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