#FDCDE3

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

Shades of Classic Rose #FDCDE3

Tints of Classic Rose #FDCDE3

Color information

#FDCDE3 (or 0xFDCDE3) is unknown color: approx Classic Rose. HEX triplet: FD, CD and E3. RGB value is (253,205,227). Sum of RGB (Red+Green+Blue) = 253+205+227=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDE3 is #02321C. Grayscale: #DDDDDD. Windows color (decimal): -143901 or 14929405. OLE color: 14929405.

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

Color convert

RGB253205227-
CMYK00.190.100.01
HSL332.5º92.31%89.8%-
HSV(B)332.5º18.97%99.22%-
XYZ76.270.0982.19-
YUV221.86130.9150.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=36.93%
G=29.93%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320522700.190.100.01332.592.3189.8
HexFDCDE3013A114c5c5a
Octal375315343023121514134132
Binary1111110111001101111000110100111010110100110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDE3; }

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

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

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

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

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

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

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

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