#FECDE4

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

Shades of Classic Rose #FECDE4

Tints of Classic Rose #FECDE4

Color information

#FECDE4 (or 0xFECDE4) is unknown color: approx Classic Rose. HEX triplet: FE, CD and E4. RGB value is (254,205,228). Sum of RGB (Red+Green+Blue) = 254+205+228=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE4 is #01321B. Grayscale: #DEDEDE. Windows color (decimal): -78364 or 14994942. OLE color: 14994942.

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

Color convert

RGB254205228-
CMYK00.190.100.00
HSL331.84º96.08%90%-
HSV(B)331.84º19.29%99.61%-
XYZ76.7170.3382.93-
YUV222.27131.23150.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 228 (89.45% from 255) = 33.19%
R=36.97%
G=29.84%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420522800.190.100.00331.8496.0890
HexFECDE4013A014c605a
Octal376315344023120514140132
Binary1111111011001101111001000100111010010100110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDE4; }

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

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

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

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

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

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

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

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