#FADFEB

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

Shades of Pig Pink #FADFEB

Tints of Pig Pink #FADFEB

Color information

#FADFEB (or 0xFADFEB) is unknown color: approx Pig Pink. HEX triplet: FA, DF and EB. RGB value is (250,223,235). Sum of RGB (Red+Green+Blue) = 250+223+235=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEB is #052014. Grayscale: #E8E8E8. Windows color (decimal): -335893 or 15458298. OLE color: 15458298.

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

Color convert

RGB250223235-
CMYK00.110.060.02
HSL333.33º72.97%92.75%-
HSV(B)333.33º10.8%98.04%-
XYZ80.8179.189.61-
YUV232.44129.45140.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 223 (87.5% from 255) = 31.50%
BLUE value IS 235 (92.19% from 255) = 33.19%
R=35.31%
G=31.50%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022323500.110.060.02333.3372.9792.75
HexFADFEB0B6214d495d
Octal37233735301362515111135
Binary111110101101111111101011010111101010100110110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFEB; }

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

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

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

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

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

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

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

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