Html Css Color HEX #FEC5A1 Romantic

📋 copy color: '#FEC5A1'

red 254 ◦ green 197 ◦ blue 161

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

Shades of Romantic #FEC5A1

Tints of Romantic #FEC5A1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 161 (63.28% from 255) = 26.31%

R = 41.5%
G = 32.19%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEC5A1 (or 0xFEC5A1) is known color: Romantic. HEX triplet: FE, C5 and A1. RGB value is (254,197,161). Sum of RGB (Red+Green+Blue) = 254+197+161=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5A1 is #013A5E. Grayscale: #D2D2D2. Windows color (decimal): -80479 or 10601982. OLE color: 10601982.

HSL color Cylindrical-coordinate representation of color #FEC5A1: hue angle of 23.23º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEC5A1 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 161 -
CMYK 0 0.22 0.37 0.00
HSL 23.23º 0.98% 0.81% -
HSV(B) 23.23º 0.37% 1% -
XYZ 67.27 63.58 42.44 -
YUV 209.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 254 197 161 0 0.22 0.37 0.00 23.23 0.98 0.81
Hex FE C5 A1 0 16 25 0 17 62 51
Octal 376 305 241 0 26 45 0 27 142 121
Binary 11111110 11000101 10100001 0 10110 100101 0 10111 1100010 1010001

Color Harmonies of #FEC5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5A1

Black with #FEC5A1

Text Example


Text Example

White with #FEC5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5A1; }

 p { color: rgb(254,197,161); }

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

background-color css

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

 a { background-color: rgb(254,197,161); }

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

border-color css

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

 span { border-color: rgb(254,197,161); }

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