#FDCDED

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

Shades of Classic Rose #FDCDED

Tints of Classic Rose #FDCDED

Color information

#FDCDED (or 0xFDCDED) is unknown color: approx Classic Rose. HEX triplet: FD, CD and ED. RGB value is (253,205,237). Sum of RGB (Red+Green+Blue) = 253+205+237=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDED is #023212. Grayscale: #DEDEDE. Windows color (decimal): -143891 or 15584765. OLE color: 15584765.

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

Color convert

RGB253205237-
CMYK00.190.060.01
HSL320º92.31%89.8%-
HSV(B)320º18.97%99.22%-
XYZ77.6370.6689.67-
YUV223135.9149.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.40%
GREEN value IS 205 (80.47% from 255) = 29.50%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=36.40%
G=29.50%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320523700.190.060.0132092.3189.8
HexFDCDED013611405c5a
Octal37531535502361500134132
Binary111111011100110111101101010011110110100000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDED; }

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

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

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

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

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

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

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

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