Html Css Color HEX #F9DCEA Pig Pink

📋 copy color: '#F9DCEA'

red 249 ◦ green 220 ◦ blue 234

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

Shades of Pig Pink #F9DCEA

Tints of Pig Pink #F9DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.29%

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

R = 35.42%
G = 31.29%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9DCEA (or 0xF9DCEA) is known color: Pig Pink. HEX triplet: F9, DC and EA. RGB value is (249,220,234). Sum of RGB (Red+Green+Blue) = 249+220+234=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DCEA is #062315. Grayscale: #E6E6E6. Windows color (decimal): -402198 or 15391993. OLE color: 15391993.

HSL color Cylindrical-coordinate representation of color #F9DCEA: hue angle of 331.03º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCEA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 220 234 -
CMYK 0 0.12 0.06 0.02
HSL 331.03º 0.71% 0.92% -
HSV(B) 331.03º 0.12% 0.98% -
XYZ 79.51 77.27 88.57 -
YUV 230.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 249 220 234 0 0.12 0.06 0.02 331.03 0.71 0.92
Hex F9 DC EA 0 C 6 2 14B 47 5C
Octal 371 334 352 0 14 6 2 513 107 134
Binary 11111001 11011100 11101010 0 1100 110 10 101001011 1000111 1011100

Color Harmonies of #F9DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCEA

Black with #F9DCEA

Text Example


Text Example

White with #F9DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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