#F99DEB

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

Shades of Lavender Rose #F99DEB

Tints of Lavender Rose #F99DEB

Color information

#F99DEB (or 0xF99DEB) is unknown color: approx Lavender Rose. HEX triplet: F9, 9D and EB. RGB value is (249,157,235). Sum of RGB (Red+Green+Blue) = 249+157+235=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DEB is #066214. Grayscale: #C1C1C1. Windows color (decimal): -418325 or 15441401. OLE color: 15441401.

HSL color Cylindrical-coordinate representation of color #F99DEB: hue angle of 309.13º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DEB is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249157235-
CMYK00.370.060.02
HSL309.13º88.46%79.61%-
HSV(B)309.13º36.95%97.65%-
XYZ66.1250.2584.81-
YUV193.4151.48167.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 157 (61.72% from 255) = 24.49%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=38.85%
G=24.49%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915723500.370.060.02309.1388.4679.61
HexF99DEB025621355850
Octal37123535304562465130120
Binary11111001100111011110101101001011101010011010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99DEB; }

 p { color: rgb(249,157,235); }

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

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

 a { background-color: rgb(249,157,235); }

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

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

 span { border-color: rgb(249,157,235); }

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