Html Css Color HEX #F99FD2 Lavender Pink

📋 copy color: '#F99FD2'

red 249 ◦ green 159 ◦ blue 210

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

Shades of Lavender Pink #F99FD2

Tints of Lavender Pink #F99FD2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.73%

 BLUE value IS 210 (82.42% from 255) = 33.98%

R = 40.29%
G = 25.73%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F99FD2 (or 0xF99FD2) is known color: Lavender Pink. HEX triplet: F9, 9F and D2. RGB value is (249,159,210). Sum of RGB (Red+Green+Blue) = 249+159+210=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FD2 is #06602D. Grayscale: #BFBFBF. Windows color (decimal): -417838 or 13803513. OLE color: 13803513.

HSL color Cylindrical-coordinate representation of color #F99FD2: hue angle of 326º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FD2 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 159 210 -
CMYK 0 0.36 0.16 0.02
HSL 326º 0.88% 0.8% -
HSV(B) 326º 0.36% 0.98% -
XYZ 63.1 49.59 67.22 -
YUV 191.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 249 159 210 0 0.36 0.16 0.02 326 0.88 0.8
Hex F9 9F D2 0 24 10 2 146 58 50
Octal 371 237 322 0 44 20 2 506 130 120
Binary 11111001 10011111 11010010 0 100100 10000 10 101000110 1011000 1010000

Color Harmonies of #F99FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FD2

Black with #F99FD2

Text Example


Text Example

White with #F99FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99FD2; }

 p { color: rgb(249,159,210); }

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

background-color css

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

 a { background-color: rgb(249,159,210); }

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

border-color css

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

 span { border-color: rgb(249,159,210); }

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