#FADBE4

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

Shades of Pig Pink #FADBE4

Tints of Pig Pink #FADBE4

Color information

#FADBE4 (or 0xFADBE4) is unknown color: approx Pig Pink. HEX triplet: FA, DB and E4. RGB value is (250,219,228). Sum of RGB (Red+Green+Blue) = 250+219+228=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 228 (89.45% from 255 or 32.71% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBE4 is #05241B. Grayscale: #E5E5E5. Windows color (decimal): -336924 or 14998522. OLE color: 14998522.

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

Color convert

RGB250219228-
CMYK00.120.090.02
HSL342.58º75.61%91.96%-
HSV(B)342.58º12.4%98.04%-
XYZ78.7676.5984.03-
YUV229.3127.27142.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 219 (85.94% from 255) = 31.42%
BLUE value IS 228 (89.45% from 255) = 32.71%
R=35.87%
G=31.42%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021922800.120.090.02342.5875.6191.96
HexFADBE40C921574c5c
Octal372333344014112527114134
Binary1111101011011011111001000110010011010101011110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBE4; }

 p { color: rgb(250,219,228); }

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

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

 a { background-color: rgb(250,219,228); }

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

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

 span { border-color: rgb(250,219,228); }

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