#FDCDEB

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

Shades of Classic Rose #FDCDEB

Tints of Classic Rose #FDCDEB

Color information

#FDCDEB (or 0xFDCDEB) is unknown color: approx Classic Rose. HEX triplet: FD, CD and EB. RGB value is (253,205,235). Sum of RGB (Red+Green+Blue) = 253+205+235=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDEB is #023214. Grayscale: #DEDEDE. Windows color (decimal): -143893 or 15453693. OLE color: 15453693.

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

Color convert

RGB253205235-
CMYK00.190.070.01
HSL322.5º92.31%89.8%-
HSV(B)322.5º18.97%99.22%-
XYZ77.3370.5488.14-
YUV222.77134.9149.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 205 (80.47% from 255) = 29.58%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=36.51%
G=29.58%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320523500.190.070.01322.592.3189.8
HexFDCDEB013711425c5a
Octal37531535302371502134132
Binary111111011100110111101011010011111110100001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDEB; }

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

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

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

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

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

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

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

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