Html Css Color HEX #F9DAE6 Pig Pink

📋 copy color: '#F9DAE6'

red 249 ◦ green 218 ◦ blue 230

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

Shades of Pig Pink #F9DAE6

Tints of Pig Pink #F9DAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33%

R = 35.72%
G = 31.28%
B = 33%

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

#F9DAE6 (or 0xF9DAE6) is known color: Pig Pink. HEX triplet: F9, DA and E6. RGB value is (249,218,230). Sum of RGB (Red+Green+Blue) = 249+218+230=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAE6 is #062519. Grayscale: #E4E4E4. Windows color (decimal): -402714 or 15129337. OLE color: 15129337.

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

Color convert

RGB 249 218 230 -
CMYK 0 0.12 0.08 0.02
HSL 336.77º 0.72% 0.92% -
HSV(B) 336.77º 0.12% 0.98% -
XYZ 78.42 76 85.4 -
YUV 228.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 249 218 230 0 0.12 0.08 0.02 336.77 0.72 0.92
Hex F9 DA E6 0 C 8 2 151 48 5C
Octal 371 332 346 0 14 10 2 521 110 134
Binary 11111001 11011010 11100110 0 1100 1000 10 101010001 1001000 1011100

Color Harmonies of #F9DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAE6

Black with #F9DAE6

Text Example


Text Example

White with #F9DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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