Html Css Color HEX #F9D0E1 Pig Pink

📋 copy color: '#F9D0E1'

red 249 ◦ green 208 ◦ blue 225

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

Shades of Pig Pink #F9D0E1

Tints of Pig Pink #F9D0E1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.5%

 BLUE value IS 225 (88.28% from 255) = 32.99%

R = 36.51%
G = 30.5%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F9D0E1 (or 0xF9D0E1) is known color: Pig Pink. HEX triplet: F9, D0 and E1. RGB value is (249,208,225). Sum of RGB (Red+Green+Blue) = 249+208+225=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D0E1 is #062F1E. Grayscale: #DEDEDE. Windows color (decimal): -405279 or 14799097. OLE color: 14799097.

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

Color convert

RGB 249 208 225 -
CMYK 0 0.16 0.10 0.02
HSL 335.12º 0.77% 0.9% -
HSV(B) 335.12º 0.16% 0.98% -
XYZ 75.21 70.69 80.91 -
YUV 222.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 249 208 225 0 0.16 0.10 0.02 335.12 0.77 0.9
Hex F9 D0 E1 0 10 A 2 14F 4D 5A
Octal 371 320 341 0 20 12 2 517 115 132
Binary 11111001 11010000 11100001 0 10000 1010 10 101001111 1001101 1011010

Color Harmonies of #F9D0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D0E1

Black with #F9D0E1

Text Example


Text Example

White with #F9D0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D0E1; }

 p { color: rgb(249,208,225); }

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

background-color css

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

 a { background-color: rgb(249,208,225); }

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

border-color css

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

 span { border-color: rgb(249,208,225); }

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