Html Css Color HEX #FECAE2 Classic Rose

📋 copy color: '#FECAE2'

red 254 ◦ green 202 ◦ blue 226

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

Shades of Classic Rose #FECAE2

Tints of Classic Rose #FECAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.14%

R = 37.24%
G = 29.62%
B = 33.14%

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

#FECAE2 (or 0xFECAE2) is known color: Classic Rose. HEX triplet: FE, CA and E2. RGB value is (254,202,226). Sum of RGB (Red+Green+Blue) = 254+202+226=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAE2 is #01351D. Grayscale: #DCDCDC. Windows color (decimal): -79134 or 14863102. OLE color: 14863102.

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

Color convert

RGB 254 202 226 -
CMYK 0 0.20 0.11 0.00
HSL 332.31º 0.96% 0.89% -
HSV(B) 332.31º 0.2% 1% -
XYZ 75.72 68.8 81.24 -
YUV 220.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 254 202 226 0 0.20 0.11 0.00 332.31 0.96 0.89
Hex FE CA E2 0 14 B 0 14C 60 59
Octal 376 312 342 0 24 13 0 514 140 131
Binary 11111110 11001010 11100010 0 10100 1011 0 101001100 1100000 1011001

Color Harmonies of #FECAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAE2

Black with #FECAE2

Text Example


Text Example

White with #FECAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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