Html Css Color HEX #FECAE5 Classic Rose

📋 copy color: '#FECAE5'

red 254 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #FECAE5

Tints of Classic Rose #FECAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 37.08%
G = 29.49%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FECAE5 (or 0xFECAE5) is known color: Classic Rose. HEX triplet: FE, CA and E5. RGB value is (254,202,229). Sum of RGB (Red+Green+Blue) = 254+202+229=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAE5 is #01351A. Grayscale: #DCDCDC. Windows color (decimal): -79131 or 15059710. OLE color: 15059710.

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

Color convert

RGB 254 202 229 -
CMYK 0 0.20 0.10 0.00
HSL 328.85º 0.96% 0.89% -
HSV(B) 328.85º 0.2% 1% -
XYZ 76.14 68.97 83.43 -
YUV 220.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 254 202 229 0 0.20 0.10 0.00 328.85 0.96 0.89
Hex FE CA E5 0 14 A 0 149 60 59
Octal 376 312 345 0 24 12 0 511 140 131
Binary 11111110 11001010 11100101 0 10100 1010 0 101001001 1100000 1011001

Color Harmonies of #FECAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAE5

Black with #FECAE5

Text Example


Text Example

White with #FECAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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