#F9DAE6

Color #F9DAE6 Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #F9DAE6

Tints of Pig Pink #F9DAE6

Color information

#F9DAE6 (or 0xF9DAE6) is unknown color: approx 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

RGB249218230-
CMYK00.120.080.02
HSL336.77º72.09%91.57%-
HSV(B)336.77º12.45%97.65%-
XYZ78.427685.4-
YUV228.64128.77142.52-

RGB Variations

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

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.00%
R=35.72%
G=31.28%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921823000.120.080.02336.7772.0991.57
HexF9DAE60C82151485c
Octal371332346014102521110134
Binary1111100111011010111001100110010001010101000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>