Html Css Color HEX #F9D6EA Pig Pink

📋 copy color: '#F9D6EA'

red 249 ◦ green 214 ◦ blue 234

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

Shades of Pig Pink #F9D6EA

Tints of Pig Pink #F9D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.7%

 BLUE value IS 234 (91.8% from 255) = 33.57%

R = 35.72%
G = 30.7%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9D6EA (or 0xF9D6EA) is known color: Pig Pink. HEX triplet: F9, D6 and EA. RGB value is (249,214,234). Sum of RGB (Red+Green+Blue) = 249+214+234=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D6EA is #062915. Grayscale: #E2E2E2. Windows color (decimal): -403734 or 15390457. OLE color: 15390457.

HSL color Cylindrical-coordinate representation of color #F9D6EA: hue angle of 325.71º degrees, saturation: 0.74, 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 #F9D6EA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 214 234 -
CMYK 0 0.14 0.06 0.02
HSL 325.71º 0.74% 0.91% -
HSV(B) 325.71º 0.14% 0.98% -
XYZ 77.96 74.17 88.05 -
YUV 226.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 249 214 234 0 0.14 0.06 0.02 325.71 0.74 0.91
Hex F9 D6 EA 0 E 6 2 146 4A 5B
Octal 371 326 352 0 16 6 2 506 112 133
Binary 11111001 11010110 11101010 0 1110 110 10 101000110 1001010 1011011

Color Harmonies of #F9D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D6EA

Black with #F9D6EA

Text Example


Text Example

White with #F9D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D6EA; }

 p { color: rgb(249,214,234); }

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

background-color css

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

 a { background-color: rgb(249,214,234); }

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

border-color css

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

 span { border-color: rgb(249,214,234); }

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