Html Css Color HEX #F9DAE5 Pig Pink

📋 copy color: '#F9DAE5'

red 249 ◦ green 218 ◦ blue 229

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

Shades of Pig Pink #F9DAE5

Tints of Pig Pink #F9DAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.9%

R = 35.78%
G = 31.32%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9DAE5 (or 0xF9DAE5) is known color: Pig Pink. HEX triplet: F9, DA and E5. RGB value is (249,218,229). Sum of RGB (Red+Green+Blue) = 249+218+229=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAE5 is #06251A. Grayscale: #E4E4E4. Windows color (decimal): -402715 or 15063801. OLE color: 15063801.

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

Color convert

RGB 249 218 229 -
CMYK 0 0.12 0.08 0.02
HSL 338.71º 0.72% 0.92% -
HSV(B) 338.71º 0.12% 0.98% -
XYZ 78.28 75.94 84.66 -
YUV 228.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 249 218 229 0 0.12 0.08 0.02 338.71 0.72 0.92
Hex F9 DA E5 0 C 8 2 153 48 5C
Octal 371 332 345 0 14 10 2 523 110 134
Binary 11111001 11011010 11100101 0 1100 1000 10 101010011 1001000 1011100

Color Harmonies of #F9DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAE5

Black with #F9DAE5

Text Example


Text Example

White with #F9DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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