#F8DAEE

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

Shades of Pig Pink #F8DAEE

Tints of Pig Pink #F8DAEE

Color information

#F8DAEE (or 0xF8DAEE) is unknown color: approx Pig Pink. HEX triplet: F8, DA and EE. RGB value is (248,218,238). Sum of RGB (Red+Green+Blue) = 248+218+238=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAEE is #072511. Grayscale: #E5E5E5. Windows color (decimal): -468242 or 15653624. OLE color: 15653624.

HSL color Cylindrical-coordinate representation of color #F8DAEE: hue angle of 320º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DAEE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248218238-
CMYK00.120.040.03
HSL320º68.18%91.37%-
HSV(B)320º12.1%97.25%-
XYZ79.2276.2791.44-
YUV229.25132.94141.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=35.23%
G=30.97%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821823800.120.040.0332068.1891.37
HexF8DAEE0C43140445b
Octal37033235601443500104133
Binary111110001101101011101110011001001110100000010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAEE; }

 p { color: rgb(248,218,238); }

 H1.HeaderClassName
 {
   color: #F8DAEE;
 }
 .AnyTagClassName
 {
   color: #F8DAEE;
 }
</style>
background-color css

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

 a { background-color: rgb(248,218,238); }

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

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

 span { border-color: rgb(248,218,238); }

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