#FAD6D8

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

Shades of We Peep #FAD6D8

Tints of We Peep #FAD6D8

Color information

#FAD6D8 (or 0xFAD6D8) is unknown color: approx We Peep. HEX triplet: FA, D6 and D8. RGB value is (250,214,216). Sum of RGB (Red+Green+Blue) = 250+214+216=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6D8 is #052927. Grayscale: #E1E1E1. Windows color (decimal): -338216 or 14210810. OLE color: 14210810.

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

Color convert

RGB250214216-
CMYK00.140.140.02
HSL356.67º78.26%90.98%-
HSV(B)356.67º14.4%98.04%-
XYZ75.8773.3775.13-
YUV224.99122.93145.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 214 (83.98% from 255) = 31.47%
BLUE value IS 216 (84.77% from 255) = 31.76%
R=36.76%
G=31.47%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021421600.140.140.02356.6778.2690.98
HexFAD6D80EE21654e5b
Octal372326330016162545116133
Binary1111101011010110110110000111011101010110010110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6D8; }

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

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

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

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

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

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

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

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