#FADFEE

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

Shades of Pig Pink #FADFEE

Tints of Pig Pink #FADFEE

Color information

#FADFEE (or 0xFADFEE) is unknown color: approx Pig Pink. HEX triplet: FA, DF and EE. RGB value is (250,223,238). Sum of RGB (Red+Green+Blue) = 250+223+238=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEE is #052011. Grayscale: #E8E8E8. Windows color (decimal): -335890 or 15654906. OLE color: 15654906.

HSL color Cylindrical-coordinate representation of color #FADFEE: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFEE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250223238-
CMYK00.110.050.02
HSL326.67º72.97%92.75%-
HSV(B)326.67º10.8%98.04%-
XYZ81.2479.2791.91-
YUV232.78130.95140.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 223 (87.5% from 255) = 31.36%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=35.16%
G=31.36%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022323800.110.050.02326.6772.9792.75
HexFADFEE0B52147495d
Octal37233735601352507111135
Binary111110101101111111101110010111011010100011110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFEE; }

 p { color: rgb(250,223,238); }

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

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

 a { background-color: rgb(250,223,238); }

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

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

 span { border-color: rgb(250,223,238); }

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