#FECDF0

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

Shades of Classic Rose #FECDF0

Tints of Classic Rose #FECDF0

Color information

#FECDF0 (or 0xFECDF0) is unknown color: approx Classic Rose. HEX triplet: FE, CD and F0. RGB value is (254,205,240). Sum of RGB (Red+Green+Blue) = 254+205+240=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF0 is #01320F. Grayscale: #DFDFDF. Windows color (decimal): -78352 or 15781374. OLE color: 15781374.

HSL color Cylindrical-coordinate representation of color #FECDF0: hue angle of 317.14º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDF0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254205240-
CMYK00.190.060.00
HSL317.14º96.08%90%-
HSV(B)317.14º19.29%99.61%-
XYZ78.4371.0292.01-
YUV223.64137.23149.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 205 (80.47% from 255) = 29.33%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=36.34%
G=29.33%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420524000.190.060.00317.1496.0890
HexFECDF00136013d605a
Octal37631536002360475140132
Binary111111101100110111110000010011110010011110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDF0; }

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

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

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

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

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

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

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

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