#FDCEC0

Color #FDCEC0 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FDCEC0

Tints of Your Pink #FDCEC0

Color information

#FDCEC0 (or 0xFDCEC0) is unknown color: approx Your Pink. HEX triplet: FD, CE and C0. RGB value is (253,206,192). Sum of RGB (Red+Green+Blue) = 253+206+192=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC0 is #02313F. Grayscale: #DADADA. Windows color (decimal): -143680 or 12635901. OLE color: 12635901.

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

Color convert

RGB253206192-
CMYK00.190.240.01
HSL13.77º93.85%87.25%-
HSV(B)13.77º24.11%99.22%-
XYZ72.0968.8359.36-
YUV218.46113.07152.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=38.86%
G=31.64%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320619200.190.240.0113.7793.8587.25
HexFDCEC0013181e5e57
Octal37531630002330116136127
Binary111111011100111011000000010011110001111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEC0; }

 p { color: rgb(253,206,192); }

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

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

 a { background-color: rgb(253,206,192); }

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

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

 span { border-color: rgb(253,206,192); }

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