#FECDF1

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

Shades of Classic Rose #FECDF1

Tints of Classic Rose #FECDF1

Color information

#FECDF1 (or 0xFECDF1) is unknown color: approx Classic Rose. HEX triplet: FE, CD and F1. RGB value is (254,205,241). Sum of RGB (Red+Green+Blue) = 254+205+241=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF1 is #01320E. Grayscale: #DFDFDF. Windows color (decimal): -78351 or 15846910. OLE color: 15846910.

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

Color convert

RGB254205241-
CMYK00.190.050.00
HSL315.92º96.08%90%-
HSV(B)315.92º19.29%99.61%-
XYZ78.5871.0892.8-
YUV223.76137.73149.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 205 (80.47% from 255) = 29.29%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=36.29%
G=29.29%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420524100.190.050.00315.9296.0890
HexFECDF10135013c605a
Octal37631536102350474140132
Binary111111101100110111110001010011101010011110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDF1; }

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

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

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

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

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

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

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

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