#FDCDF0

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

Shades of Classic Rose #FDCDF0

Tints of Classic Rose #FDCDF0

Color information

#FDCDF0 (or 0xFDCDF0) is unknown color: approx Classic Rose. HEX triplet: FD, CD and F0. RGB value is (253,205,240). Sum of RGB (Red+Green+Blue) = 253+205+240=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF0 is #02320F. Grayscale: #DFDFDF. Windows color (decimal): -143888 or 15781373. OLE color: 15781373.

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

Color convert

RGB253205240-
CMYK00.190.050.01
HSL316.25º92.31%89.8%-
HSV(B)316.25º18.97%99.22%-
XYZ78.0770.8492-
YUV223.34137.4149.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 205 (80.47% from 255) = 29.37%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=36.25%
G=29.37%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320524000.190.050.01316.2592.3189.8
HexFDCDF00135113c5c5a
Octal37531536002351474134132
Binary111111011100110111110000010011101110011110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDF0; }

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

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

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

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

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

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

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

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