#FECADE

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

Shades of Classic Rose #FECADE

Tints of Classic Rose #FECADE

Color information

#FECADE (or 0xFECADE) is unknown color: approx Classic Rose. HEX triplet: FE, CA and DE. RGB value is (254,202,222). Sum of RGB (Red+Green+Blue) = 254+202+222=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADE is #013521. Grayscale: #DBDBDB. Windows color (decimal): -79138 or 14600958. OLE color: 14600958.

HSL color Cylindrical-coordinate representation of color #FECADE: hue angle of 336.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECADE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254202222-
CMYK00.200.130.00
HSL336.92º96.3%89.41%-
HSV(B)336.92º20.47%99.61%-
XYZ75.1868.5978.38-
YUV219.83129.23152.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=37.46%
G=29.79%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420222200.200.130.00336.9296.389.41
HexFECADE014D01516059
Octal376312336024150521140131
Binary1111111011001010110111100101001101010101000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECADE; }

 p { color: rgb(254,202,222); }

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

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

 a { background-color: rgb(254,202,222); }

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

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

 span { border-color: rgb(254,202,222); }

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