#FAD4D7

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

Shades of We Peep #FAD4D7

Tints of We Peep #FAD4D7

Color information

#FAD4D7 (or 0xFAD4D7) is unknown color: approx We Peep. HEX triplet: FA, D4 and D7. RGB value is (250,212,215). Sum of RGB (Red+Green+Blue) = 250+212+215=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4D7 is #052B28. Grayscale: #DFDFDF. Windows color (decimal): -338729 or 14144762. OLE color: 14144762.

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

Color convert

RGB250212215-
CMYK00.150.140.02
HSL355.26º79.17%90.59%-
HSV(B)355.26º15.2%98.04%-
XYZ75.2372.3274.28-
YUV223.7123.09146.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 212 (83.20% from 255) = 31.31%
BLUE value IS 215 (84.38% from 255) = 31.76%
R=36.93%
G=31.31%
B=31.76%

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
Decimal25021221500.150.140.02355.2679.1790.59
HexFAD4D70FE21634f5b
Octal372324327017162543117133
Binary1111101011010100110101110111111101010110001110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4D7; }

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

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

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

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

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

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

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

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