Html Css Color HEX #F99ED7 Lavender Rose

📋 copy color: '#F99ED7'

red 249 ◦ green 158 ◦ blue 215

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

Shades of Lavender Rose #F99ED7

Tints of Lavender Rose #F99ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.57%

R = 40.03%
G = 25.4%
B = 34.57%

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

#F99ED7 (or 0xF99ED7) is known color: Lavender Rose. HEX triplet: F9, 9E and D7. RGB value is (249,158,215). Sum of RGB (Red+Green+Blue) = 249+158+215=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ED7 is #066128. Grayscale: #BFBFBF. Windows color (decimal): -418089 or 14130937. OLE color: 14130937.

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

Color convert

RGB 249 158 215 -
CMYK 0 0.37 0.14 0.02
HSL 322.42º 0.88% 0.8% -
HSV(B) 322.42º 0.37% 0.98% -
XYZ 63.56 49.5 70.49 -
YUV 191.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 249 158 215 0 0.37 0.14 0.02 322.42 0.88 0.8
Hex F9 9E D7 0 25 E 2 142 58 50
Octal 371 236 327 0 45 16 2 502 130 120
Binary 11111001 10011110 11010111 0 100101 1110 10 101000010 1011000 1010000

Color Harmonies of #F99ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99ED7

Black with #F99ED7

Text Example


Text Example

White with #F99ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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