Html Css Color HEX #F99EDF Lavender Rose

📋 copy color: '#F99EDF'

red 249 ◦ green 158 ◦ blue 223

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

Shades of Lavender Rose #F99EDF

Tints of Lavender Rose #F99EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 39.52%
G = 25.08%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F99EDF (or 0xF99EDF) is known color: Lavender Rose. HEX triplet: F9, 9E and DF. RGB value is (249,158,223). Sum of RGB (Red+Green+Blue) = 249+158+223=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EDF is #066120. Grayscale: #C0C0C0. Windows color (decimal): -418081 or 14655225. OLE color: 14655225.

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

Color convert

RGB 249 158 223 -
CMYK 0 0.37 0.10 0.02
HSL 317.14º 0.88% 0.8% -
HSV(B) 317.14º 0.37% 0.98% -
XYZ 64.61 49.92 76.04 -
YUV 192.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 249 158 223 0 0.37 0.10 0.02 317.14 0.88 0.8
Hex F9 9E DF 0 25 A 2 13D 58 50
Octal 371 236 337 0 45 12 2 475 130 120
Binary 11111001 10011110 11011111 0 100101 1010 10 100111101 1011000 1010000

Color Harmonies of #F99EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99EDF

Black with #F99EDF

Text Example


Text Example

White with #F99EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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