Html Css Color HEX #FECAE6 Classic Rose

📋 copy color: '#FECAE6'

red 254 ◦ green 202 ◦ blue 230

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

Shades of Classic Rose #FECAE6

Tints of Classic Rose #FECAE6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.45%

 BLUE value IS 230 (90.23% from 255) = 33.53%

R = 37.03%
G = 29.45%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FECAE6 (or 0xFECAE6) is known color: Classic Rose. HEX triplet: FE, CA and E6. RGB value is (254,202,230). Sum of RGB (Red+Green+Blue) = 254+202+230=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAE6 is #013519. Grayscale: #DCDCDC. Windows color (decimal): -79130 or 15125246. OLE color: 15125246.

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

Color convert

RGB 254 202 230 -
CMYK 0 0.20 0.09 0.00
HSL 327.69º 0.96% 0.89% -
HSV(B) 327.69º 0.2% 1% -
XYZ 76.28 69.03 84.17 -
YUV 220.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 254 202 230 0 0.20 0.09 0.00 327.69 0.96 0.89
Hex FE CA E6 0 14 9 0 148 60 59
Octal 376 312 346 0 24 11 0 510 140 131
Binary 11111110 11001010 11100110 0 10100 1001 0 101001000 1100000 1011001

Color Harmonies of #FECAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAE6

Black with #FECAE6

Text Example


Text Example

White with #FECAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAE6; }

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

 H1.HeaderClassName
 {
   color: #FECAE6;
 }
 .AnyTagClassName
 {
   color: #FECAE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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