#F9B7E5

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

Shades of Lavender Rose #F9B7E5

Tints of Lavender Rose #F9B7E5

Color information

#F9B7E5 (or 0xF9B7E5) is unknown color: approx Lavender Rose. HEX triplet: F9, B7 and E5. RGB value is (249,183,229). Sum of RGB (Red+Green+Blue) = 249+183+229=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7E5 is #06481A. Grayscale: #CFCFCF. Windows color (decimal): -411675 or 15054841. OLE color: 15054841.

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

Color convert

RGB249183229-
CMYK00.270.080.02
HSL318.18º84.62%84.71%-
HSV(B)318.18º26.51%97.65%-
XYZ70.1459.6681.95-
YUV207.98139.87157.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 183 (71.88% from 255) = 27.69%
BLUE value IS 229 (89.84% from 255) = 34.64%
R=37.67%
G=27.69%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918322900.270.080.02318.1884.6284.71
HexF9B7E501B8213e5555
Octal371267345033102476125125
Binary11111001101101111110010101101110001010011111010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B7E5; }

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

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

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

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

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

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

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

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