Html Css Color HEX #F9DAEA Pig Pink

📋 copy color: '#F9DAEA'

red 249 ◦ green 218 ◦ blue 234

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

Shades of Pig Pink #F9DAEA

Tints of Pig Pink #F9DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.1%

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

R = 35.52%
G = 31.1%
B = 33.38%

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

#F9DAEA (or 0xF9DAEA) is known color: Pig Pink. HEX triplet: F9, DA and EA. RGB value is (249,218,234). Sum of RGB (Red+Green+Blue) = 249+218+234=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAEA is #062515. Grayscale: #E5E5E5. Windows color (decimal): -402710 or 15391481. OLE color: 15391481.

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

Color convert

RGB 249 218 234 -
CMYK 0 0.12 0.06 0.02
HSL 329.03º 0.72% 0.92% -
HSV(B) 329.03º 0.12% 0.98% -
XYZ 78.99 76.22 88.39 -
YUV 229.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 249 218 234 0 0.12 0.06 0.02 329.03 0.72 0.92
Hex F9 DA EA 0 C 6 2 149 48 5C
Octal 371 332 352 0 14 6 2 511 110 134
Binary 11111001 11011010 11101010 0 1100 110 10 101001001 1001000 1011100

Color Harmonies of #F9DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAEA

Black with #F9DAEA

Text Example


Text Example

White with #F9DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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