Html Css Color HEX #F99ED6 Lavender Rose

📋 copy color: '#F99ED6'

red 249 ◦ green 158 ◦ blue 214

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

Shades of Lavender Rose #F99ED6

Tints of Lavender Rose #F99ED6

RGB

 RED value IS 249 (97.66% from 255) = 40.1%

 GREEN value IS 158 (62.11% from 255) = 25.44%

 BLUE value IS 214 (83.98% from 255) = 34.46%

R = 40.1%
G = 25.44%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F99ED6 (or 0xF99ED6) is known color: Lavender Rose. HEX triplet: F9, 9E and D6. RGB value is (249,158,214). Sum of RGB (Red+Green+Blue) = 249+158+214=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ED6 is #066129. Grayscale: #BFBFBF. Windows color (decimal): -418090 or 14065401. OLE color: 14065401.

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

Color convert

RGB 249 158 214 -
CMYK 0 0.37 0.14 0.02
HSL 323.08º 0.88% 0.8% -
HSV(B) 323.08º 0.37% 0.98% -
XYZ 63.43 49.45 69.82 -
YUV 191.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 249 158 214 0 0.37 0.14 0.02 323.08 0.88 0.8
Hex F9 9E D6 0 25 E 2 143 58 50
Octal 371 236 326 0 45 16 2 503 130 120
Binary 11111001 10011110 11010110 0 100101 1110 10 101000011 1011000 1010000

Color Harmonies of #F99ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99ED6

Black with #F99ED6

Text Example


Text Example

White with #F99ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99ED6; }

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

 H1.HeaderClassName
 {
   color: #F99ED6;
 }
 .AnyTagClassName
 {
   color: #F99ED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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