#FDCFD5

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

Shades of We Peep #FDCFD5

Tints of We Peep #FDCFD5

Color information

#FDCFD5 (or 0xFDCFD5) is unknown color: approx We Peep. HEX triplet: FD, CF and D5. RGB value is (253,207,213). Sum of RGB (Red+Green+Blue) = 253+207+213=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD5 is #02302A. Grayscale: #DDDDDD. Windows color (decimal): -143403 or 14012413. OLE color: 14012413.

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

Color convert

RGB253207213-
CMYK00.180.160.01
HSL352.17º92%90.2%-
HSV(B)352.17º18.18%99.22%-
XYZ74.8370.3172.58-
YUV221.44123.24150.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=37.59%
G=30.76%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320721300.180.160.01352.179290.2
HexFDCFD50121011605c5a
Octal375317325022201540134132
Binary11111101110011111101010101001010000110110000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFD5; }

 p { color: rgb(253,207,213); }

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

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

 a { background-color: rgb(253,207,213); }

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

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

 span { border-color: rgb(253,207,213); }

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