#F99ED0

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

Shades of Lavender Pink #F99ED0

Tints of Lavender Pink #F99ED0

Color information

#F99ED0 (or 0xF99ED0) is unknown color: approx Lavender Pink. HEX triplet: F9, 9E and D0. RGB value is (249,158,208). Sum of RGB (Red+Green+Blue) = 249+158+208=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ED0 is #06612F. Grayscale: #BEBEBE. Windows color (decimal): -418096 or 13672185. OLE color: 13672185.

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

Color convert

RGB249158208-
CMYK00.370.160.02
HSL327.03º88.35%79.8%-
HSV(B)327.03º36.55%97.65%-
XYZ62.6849.1565.86-
YUV190.91137.65169.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.49%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=40.49%
G=25.69%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915820800.370.160.02327.0388.3579.8
HexF99ED00251021475850
Octal371236320045202507130120
Binary1111100110011110110100000100101100001010100011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99ED0; }

 p { color: rgb(249,158,208); }

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

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

 a { background-color: rgb(249,158,208); }

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

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

 span { border-color: rgb(249,158,208); }

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