#FAD0D4

Color #FAD0D4 We Peep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of We Peep #FAD0D4

Tints of We Peep #FAD0D4

Color information

#FAD0D4 (or 0xFAD0D4) is unknown color: approx We Peep. HEX triplet: FA, D0 and D4. RGB value is (250,208,212). Sum of RGB (Red+Green+Blue) = 250+208+212=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0D4 is #052F2B. Grayscale: #DDDDDD. Windows color (decimal): -339756 or 13947130. OLE color: 13947130.

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

Color convert

RGB250208212-
CMYK00.170.150.02
HSL354.29º80.77%89.8%-
HSV(B)354.29º16.8%98.04%-
XYZ73.8670.1971.94-
YUV221.01122.91148.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 208 (81.64% from 255) = 31.04%
BLUE value IS 212 (83.20% from 255) = 31.64%
R=37.31%
G=31.04%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020821200.170.150.02354.2980.7789.8
HexFAD0D4011F2162515a
Octal372320324021172542121132
Binary11111010110100001101010001000111111010110001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0D4; }

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

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

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

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

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

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

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

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