#FDCEF0

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

Shades of Classic Rose #FDCEF0

Tints of Classic Rose #FDCEF0

Color information

#FDCEF0 (or 0xFDCEF0) is unknown color: approx Classic Rose. HEX triplet: FD, CE and F0. RGB value is (253,206,240). Sum of RGB (Red+Green+Blue) = 253+206+240=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF0 is #02310F. Grayscale: #DFDFDF. Windows color (decimal): -143632 or 15781629. OLE color: 15781629.

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

Color convert

RGB253206240-
CMYK00.190.050.01
HSL316.6º92.16%90%-
HSV(B)316.6º18.58%99.22%-
XYZ78.3171.3292.08-
YUV223.93137.07148.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 206 (80.86% from 255) = 29.47%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=36.19%
G=29.47%
B=34.33%

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
Decimal25320624000.190.050.01316.692.1690
HexFDCEF00135113d5c5a
Octal37531636002351475134132
Binary111111011100111011110000010011101110011110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEF0; }

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

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

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

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

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

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

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

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