Html Css Color HEX #F9DAE7 Pig Pink

📋 copy color: '#F9DAE7'

red 249 ◦ green 218 ◦ blue 231

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

Shades of Pig Pink #F9DAE7

Tints of Pig Pink #F9DAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.09%

R = 35.67%
G = 31.23%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F9DAE7 (or 0xF9DAE7) is known color: Pig Pink. HEX triplet: F9, DA and E7. RGB value is (249,218,231). Sum of RGB (Red+Green+Blue) = 249+218+231=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAE7 is #062518. Grayscale: #E4E4E4. Windows color (decimal): -402713 or 15194873. OLE color: 15194873.

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

Color convert

RGB 249 218 231 -
CMYK 0 0.12 0.07 0.02
HSL 334.84º 0.72% 0.92% -
HSV(B) 334.84º 0.12% 0.98% -
XYZ 78.56 76.05 86.14 -
YUV 228.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 249 218 231 0 0.12 0.07 0.02 334.84 0.72 0.92
Hex F9 DA E7 0 C 7 2 14F 48 5C
Octal 371 332 347 0 14 7 2 517 110 134
Binary 11111001 11011010 11100111 0 1100 111 10 101001111 1001000 1011100

Color Harmonies of #F9DAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAE7

Black with #F9DAE7

Text Example


Text Example

White with #F9DAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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