#F9B3E5

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

Shades of Lavender Rose #F9B3E5

Tints of Lavender Rose #F9B3E5

Color information

#F9B3E5 (or 0xF9B3E5) is unknown color: approx Lavender Rose. HEX triplet: F9, B3 and E5. RGB value is (249,179,229). Sum of RGB (Red+Green+Blue) = 249+179+229=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B3E5 is #064C1A. Grayscale: #CDCDCD. Windows color (decimal): -412699 or 15053817. OLE color: 15053817.

HSL color Cylindrical-coordinate representation of color #F9B3E5: hue angle of 317.14º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B3E5 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB249179229-
CMYK00.280.080.02
HSL317.14º85.37%83.92%-
HSV(B)317.14º28.11%97.65%-
XYZ69.3358.0481.68-
YUV205.63141.19158.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=37.90%
G=27.25%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917922900.280.080.02317.1485.3783.92
HexF9B3E501C8213d5554
Octal371263345034102475125124
Binary11111001101100111110010101110010001010011110110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B3E5; }

 p { color: rgb(249,179,229); }

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

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

 a { background-color: rgb(249,179,229); }

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

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

 span { border-color: rgb(249,179,229); }

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