#FDCCD1

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

Shades of We Peep #FDCCD1

Tints of We Peep #FDCCD1

Color information

#FDCCD1 (or 0xFDCCD1) is unknown color: approx We Peep. HEX triplet: FD, CC and D1. RGB value is (253,204,209). Sum of RGB (Red+Green+Blue) = 253+204+209=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCD1 is #02332E. Grayscale: #DBDBDB. Windows color (decimal): -144175 or 13749501. OLE color: 13749501.

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

Color convert

RGB253204209-
CMYK00.190.170.01
HSL353.88º92.45%89.61%-
HSV(B)353.88º19.37%99.22%-
XYZ73.6168.6769.7-
YUV219.22122.23152.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=37.99%
G=30.63%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320420900.190.170.01353.8892.4589.61
HexFDCCD10131111625c5a
Octal375314321023211542134132
Binary11111101110011001101000101001110001110110001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCD1; }

 p { color: rgb(253,204,209); }

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

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

 a { background-color: rgb(253,204,209); }

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

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

 span { border-color: rgb(253,204,209); }

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