Html Css Color HEX #FECAE3 Classic Rose

📋 copy color: '#FECAE3'

red 254 ◦ green 202 ◦ blue 227

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

Shades of Classic Rose #FECAE3

Tints of Classic Rose #FECAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.24%

R = 37.19%
G = 29.58%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FECAE3 (or 0xFECAE3) is known color: Classic Rose. HEX triplet: FE, CA and E3. RGB value is (254,202,227). Sum of RGB (Red+Green+Blue) = 254+202+227=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAE3 is #01351C. Grayscale: #DCDCDC. Windows color (decimal): -79133 or 14928638. OLE color: 14928638.

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

Color convert

RGB 254 202 227 -
CMYK 0 0.20 0.11 0.00
HSL 331.15º 0.96% 0.89% -
HSV(B) 331.15º 0.2% 1% -
XYZ 75.86 68.86 81.97 -
YUV 220.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 254 202 227 0 0.20 0.11 0.00 331.15 0.96 0.89
Hex FE CA E3 0 14 B 0 14B 60 59
Octal 376 312 343 0 24 13 0 513 140 131
Binary 11111110 11001010 11100011 0 10100 1011 0 101001011 1100000 1011001

Color Harmonies of #FECAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAE3

Black with #FECAE3

Text Example


Text Example

White with #FECAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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