#FDCDF1

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

Shades of Classic Rose #FDCDF1

Tints of Classic Rose #FDCDF1

Color information

#FDCDF1 (or 0xFDCDF1) is unknown color: approx Classic Rose. HEX triplet: FD, CD and F1. RGB value is (253,205,241). Sum of RGB (Red+Green+Blue) = 253+205+241=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF1 is #02320E. Grayscale: #DFDFDF. Windows color (decimal): -143887 or 15846909. OLE color: 15846909.

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

Color convert

RGB253205241-
CMYK00.190.050.01
HSL315º92.31%89.8%-
HSV(B)315º18.97%99.22%-
XYZ78.2270.992.78-
YUV223.46137.9149.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=36.19%
G=29.33%
B=34.48%

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
Decimal25320524100.190.050.0131592.3189.8
HexFDCDF10135113b5c5a
Octal37531536102351473134132
Binary111111011100110111110001010011101110011101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDF1; }

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

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

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

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

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

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

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

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