#FCD8DA

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

Shades of We Peep #FCD8DA

Tints of We Peep #FCD8DA

Color information

#FCD8DA (or 0xFCD8DA) is unknown color: approx We Peep. HEX triplet: FC, D8 and DA. RGB value is (252,216,218). Sum of RGB (Red+Green+Blue) = 252+216+218=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8DA is #032725. Grayscale: #E3E3E3. Windows color (decimal): -206630 or 14342396. OLE color: 14342396.

HSL color Cylindrical-coordinate representation of color #FCD8DA: hue angle of 356.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD8DA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252216218-
CMYK00.140.130.01
HSL356.67º85.71%91.76%-
HSV(B)356.67º14.29%98.82%-
XYZ77.3674.8776.7-
YUV226.99122.93145.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=36.73%
G=31.49%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221621800.140.130.01356.6785.7191.76
HexFCD8DA0ED1165565c
Octal374330332016151545126134
Binary111111001101100011011010011101101110110010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8DA; }

 p { color: rgb(252,216,218); }

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

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

 a { background-color: rgb(252,216,218); }

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

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

 span { border-color: rgb(252,216,218); }

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