#F9B6EE

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

Shades of Lavender Rose #F9B6EE

Tints of Lavender Rose #F9B6EE

Color information

#F9B6EE (or 0xF9B6EE) is unknown color: approx Lavender Rose. HEX triplet: F9, B6 and EE. RGB value is (249,182,238). Sum of RGB (Red+Green+Blue) = 249+182+238=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B6EE is #064911. Grayscale: #D0D0D0. Windows color (decimal): -411922 or 15644409. OLE color: 15644409.

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

Color convert

RGB249182238-
CMYK00.270.040.02
HSL309.85º84.81%84.51%-
HSV(B)309.85º26.91%97.65%-
XYZ71.2359.7788.67-
YUV208.42144.7156.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 182 (71.48% from 255) = 27.20%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=37.22%
G=27.20%
B=35.58%

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
Decimal24918223800.270.040.02309.8584.8184.51
HexF9B6EE01B421365555
Octal37126635603342466125125
Binary1111100110110110111011100110111001010011011010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B6EE; }

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

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

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

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

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

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

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

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