Html Css Color HEX #F9D5DF Pig Pink

📋 copy color: '#F9D5DF'

red 249 ◦ green 213 ◦ blue 223

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

Shades of Pig Pink #F9D5DF

Tints of Pig Pink #F9D5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.09%

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

R = 36.35%
G = 31.09%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9D5DF (or 0xF9D5DF) is known color: Pig Pink. HEX triplet: F9, D5 and DF. RGB value is (249,213,223). Sum of RGB (Red+Green+Blue) = 249+213+223=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5DF is #062A20. Grayscale: #E0E0E0. Windows color (decimal): -404001 or 14669305. OLE color: 14669305.

HSL color Cylindrical-coordinate representation of color #F9D5DF: hue angle of 343.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9D5DF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 213 223 -
CMYK 0 0.14 0.10 0.02
HSL 343.33º 0.75% 0.91% -
HSV(B) 343.33º 0.14% 0.98% -
XYZ 76.18 73.06 79.9 -
YUV 224.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 249 213 223 0 0.14 0.10 0.02 343.33 0.75 0.91
Hex F9 D5 DF 0 E A 2 157 4B 5B
Octal 371 325 337 0 16 12 2 527 113 133
Binary 11111001 11010101 11011111 0 1110 1010 10 101010111 1001011 1011011

Color Harmonies of #F9D5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D5DF

Black with #F9D5DF

Text Example


Text Example

White with #F9D5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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