Html Css Color HEX #F9DAE9 Pig Pink

📋 copy color: '#F9DAE9'

red 249 ◦ green 218 ◦ blue 233

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

Shades of Pig Pink #F9DAE9

Tints of Pig Pink #F9DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.29%

R = 35.57%
G = 31.14%
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

#F9DAE9 (or 0xF9DAE9) is known color: Pig Pink. HEX triplet: F9, DA and E9. RGB value is (249,218,233). Sum of RGB (Red+Green+Blue) = 249+218+233=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAE9 is #062516. Grayscale: #E4E4E4. Windows color (decimal): -402711 or 15325945. OLE color: 15325945.

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

Color convert

RGB 249 218 233 -
CMYK 0 0.12 0.06 0.02
HSL 330.97º 0.72% 0.92% -
HSV(B) 330.97º 0.12% 0.98% -
XYZ 78.85 76.17 87.64 -
YUV 228.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 249 218 233 0 0.12 0.06 0.02 330.97 0.72 0.92
Hex F9 DA E9 0 C 6 2 14B 48 5C
Octal 371 332 351 0 14 6 2 513 110 134
Binary 11111001 11011010 11101001 0 1100 110 10 101001011 1001000 1011100

Color Harmonies of #F9DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAE9

Black with #F9DAE9

Text Example


Text Example

White with #F9DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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