#F99BD9

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

Shades of Lavender Rose #F99BD9

Tints of Lavender Rose #F99BD9

Color information

#F99BD9 (or 0xF99BD9) is unknown color: approx Lavender Rose. HEX triplet: F9, 9B and D9. RGB value is (249,155,217). Sum of RGB (Red+Green+Blue) = 249+155+217=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BD9 is #066426. Grayscale: #BEBEBE. Windows color (decimal): -418855 or 14261241. OLE color: 14261241.

HSL color Cylindrical-coordinate representation of color #F99BD9: hue angle of 320.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BD9 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB249155217-
CMYK00.380.130.02
HSL320.43º88.68%79.22%-
HSV(B)320.43º37.75%97.65%-
XYZ63.3148.5971.69-
YUV190.17143.14169.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=40.10%
G=24.96%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915521700.380.130.02320.4388.6879.22
HexF99BD9026D2140594f
Octal371233331046152500131117
Binary111110011001101111011001010011011011010100000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BD9; }

 p { color: rgb(249,155,217); }

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

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

 a { background-color: rgb(249,155,217); }

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

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

 span { border-color: rgb(249,155,217); }

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