#FDCDF2

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

Shades of Classic Rose #FDCDF2

Tints of Classic Rose #FDCDF2

Color information

#FDCDF2 (or 0xFDCDF2) is unknown color: approx Classic Rose. HEX triplet: FD, CD and F2. RGB value is (253,205,242). Sum of RGB (Red+Green+Blue) = 253+205+242=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF2 is #02320D. Grayscale: #DFDFDF. Windows color (decimal): -143886 or 15912445. OLE color: 15912445.

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

Color convert

RGB253205242-
CMYK00.190.040.01
HSL313.75º92.31%89.8%-
HSV(B)313.75º18.97%99.22%-
XYZ78.3770.9693.57-
YUV223.57138.4148.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=36.14%
G=29.29%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320524200.190.040.01313.7592.3189.8
HexFDCDF20134113a5c5a
Octal37531536202341472134132
Binary111111011100110111110010010011100110011101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDF2; }

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

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

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

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

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

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

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

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