Html Css Color HEX #F9AFDC Lavender Pink

📋 copy color: '#F9AFDC'

red 249 ◦ green 175 ◦ blue 220

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

Shades of Lavender Pink #F9AFDC

Tints of Lavender Pink #F9AFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.17%

 BLUE value IS 220 (86.33% from 255) = 34.16%

R = 38.66%
G = 27.17%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9AFDC (or 0xF9AFDC) is known color: Lavender Pink. HEX triplet: F9, AF and DC. RGB value is (249,175,220). Sum of RGB (Red+Green+Blue) = 249+175+220=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFDC is #065023. Grayscale: #CACACA. Windows color (decimal): -413732 or 14462969. OLE color: 14462969.

HSL color Cylindrical-coordinate representation of color #F9AFDC: hue angle of 323.51º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFDC is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 220 -
CMYK 0 0.30 0.12 0.02
HSL 323.51º 0.86% 0.83% -
HSV(B) 323.51º 0.3% 0.98% -
XYZ 67.32 55.97 74.96 -
YUV 202.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 249 175 220 0 0.30 0.12 0.02 323.51 0.86 0.83
Hex F9 AF DC 0 1E C 2 144 56 53
Octal 371 257 334 0 36 14 2 504 126 123
Binary 11111001 10101111 11011100 0 11110 1100 10 101000100 1010110 1010011

Color Harmonies of #F9AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFDC

Black with #F9AFDC

Text Example


Text Example

White with #F9AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFDC; }

 p { color: rgb(249,175,220); }

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

background-color css

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

 a { background-color: rgb(249,175,220); }

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

border-color css

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

 span { border-color: rgb(249,175,220); }

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