Html Css Color HEX #FECADE Classic Rose

📋 copy color: '#FECADE'

red 254 ◦ green 202 ◦ blue 222

#FECADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FECADE

Tints of Classic Rose #FECADE

RGB

 RED value IS 254 (99.61% from 255) = 37.46%

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FECADE (or 0xFECADE) is known color: 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

RGB 254 202 222 -
CMYK 0 0.20 0.13 0.00
HSL 336.92º 0.96% 0.89% -
HSV(B) 336.92º 0.2% 1% -
XYZ 75.18 68.59 78.38 -
YUV 219.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 254 202 222 0 0.20 0.13 0.00 336.92 0.96 0.89
Hex FE CA DE 0 14 D 0 151 60 59
Octal 376 312 336 0 24 15 0 521 140 131
Binary 11111110 11001010 11011110 0 10100 1101 0 101010001 1100000 1011001

Color Harmonies of #FECADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECADE

Black with #FECADE

Text Example


Text Example

White with #FECADE

Text Example


Text Example

HTML Codes & Css Web 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>