#FAD4D5

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

Shades of We Peep #FAD4D5

Tints of We Peep #FAD4D5

Color information

#FAD4D5 (or 0xFAD4D5) is unknown color: approx We Peep. HEX triplet: FA, D4 and D5. RGB value is (250,212,213). Sum of RGB (Red+Green+Blue) = 250+212+213=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4D5 is #052B2A. Grayscale: #DFDFDF. Windows color (decimal): -338731 or 14013690. OLE color: 14013690.

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

Color convert

RGB250212213-
CMYK00.150.150.02
HSL358.42º79.17%90.59%-
HSV(B)358.42º15.2%98.04%-
XYZ74.9872.2272.94-
YUV223.48122.09146.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 212 (83.20% from 255) = 31.41%
BLUE value IS 213 (83.59% from 255) = 31.56%
R=37.04%
G=31.41%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021221300.150.150.02358.4279.1790.59
HexFAD4D50FF21664f5b
Octal372324325017172546117133
Binary1111101011010100110101010111111111010110011010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4D5; }

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

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

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

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

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

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

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

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