#FDCDEC

Color #FDCDEC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FDCDEC

Tints of Classic Rose #FDCDEC

Color information

#FDCDEC (or 0xFDCDEC) is unknown color: approx Classic Rose. HEX triplet: FD, CD and EC. RGB value is (253,205,236). Sum of RGB (Red+Green+Blue) = 253+205+236=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDEC is #023213. Grayscale: #DEDEDE. Windows color (decimal): -143892 or 15519229. OLE color: 15519229.

HSL color Cylindrical-coordinate representation of color #FDCDEC: hue angle of 321.25º 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 #FDCDEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253205236-
CMYK00.190.070.01
HSL321.25º92.31%89.8%-
HSV(B)321.25º18.97%99.22%-
XYZ77.4870.688.9-
YUV222.89135.4149.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 205 (80.47% from 255) = 29.54%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=36.46%
G=29.54%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320523600.190.070.01321.2592.3189.8
HexFDCDEC013711415c5a
Octal37531535402371501134132
Binary111111011100110111101100010011111110100000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDEC; }

 p { color: rgb(253,205,236); }

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

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

 a { background-color: rgb(253,205,236); }

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

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

 span { border-color: rgb(253,205,236); }

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