Html Css Color HEX #F9D2DE Pig Pink

📋 copy color: '#F9D2DE'

red 249 ◦ green 210 ◦ blue 222

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

Shades of Pig Pink #F9D2DE

Tints of Pig Pink #F9D2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.84%

 BLUE value IS 222 (87.11% from 255) = 32.6%

R = 36.56%
G = 30.84%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9D2DE (or 0xF9D2DE) is known color: Pig Pink. HEX triplet: F9, D2 and DE. RGB value is (249,210,222). Sum of RGB (Red+Green+Blue) = 249+210+222=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 210 (82.42% from 255 or 30.84% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2DE is #062D21. Grayscale: #DFDFDF. Windows color (decimal): -404770 or 14603001. OLE color: 14603001.

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

Color convert

RGB 249 210 222 -
CMYK 0 0.16 0.11 0.02
HSL 341.54º 0.76% 0.9% -
HSV(B) 341.54º 0.16% 0.98% -
XYZ 75.3 71.51 78.94 -
YUV 223.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 249 210 222 0 0.16 0.11 0.02 341.54 0.76 0.9
Hex F9 D2 DE 0 10 B 2 156 4C 5A
Octal 371 322 336 0 20 13 2 526 114 132
Binary 11111001 11010010 11011110 0 10000 1011 10 101010110 1001100 1011010

Color Harmonies of #F9D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D2DE

Black with #F9D2DE

Text Example


Text Example

White with #F9D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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