#FAD4D8

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

Shades of Pale Pink #FAD4D8

Tints of Pale Pink #FAD4D8

Color information

#FAD4D8 (or 0xFAD4D8) is unknown color: approx Pale Pink. HEX triplet: FA, D4 and D8. RGB value is (250,212,216). Sum of RGB (Red+Green+Blue) = 250+212+216=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4D8 is #052B27. Grayscale: #DFDFDF. Windows color (decimal): -338728 or 14210298. OLE color: 14210298.

HSL color Cylindrical-coordinate representation of color #FAD4D8: hue angle of 353.68º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD4D8 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250212216-
CMYK00.150.140.02
HSL353.68º79.17%90.59%-
HSV(B)353.68º15.2%98.04%-
XYZ75.3672.3774.96-
YUV223.82123.59146.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 212 (83.20% from 255) = 31.27%
BLUE value IS 216 (84.77% from 255) = 31.86%
R=36.87%
G=31.27%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021221600.150.140.02353.6879.1790.59
HexFAD4D80FE21624f5b
Octal372324330017162542117133
Binary1111101011010100110110000111111101010110001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4D8; }

 p { color: rgb(250,212,216); }

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

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

 a { background-color: rgb(250,212,216); }

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

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

 span { border-color: rgb(250,212,216); }

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