Html Css Color HEX #F99ED0 Lavender Pink

📋 copy color: '#F99ED0'

red 249 ◦ green 158 ◦ blue 208

#F99ED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F99ED0

Tints of Lavender Pink #F99ED0

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 value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F99ED0 (or 0xF99ED0) is known color: 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

RGB 249 158 208 -
CMYK 0 0.37 0.16 0.02
HSL 327.03º 0.88% 0.8% -
HSV(B) 327.03º 0.37% 0.98% -
XYZ 62.68 49.15 65.86 -
YUV 190.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 249 158 208 0 0.37 0.16 0.02 327.03 0.88 0.8
Hex F9 9E D0 0 25 10 2 147 58 50
Octal 371 236 320 0 45 20 2 507 130 120
Binary 11111001 10011110 11010000 0 100101 10000 10 101000111 1011000 1010000

Color Harmonies of #F99ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99ED0

Black with #F99ED0

Text Example


Text Example

White with #F99ED0

Text Example


Text Example

HTML Codes & Css Web 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>