Html Css Color HEX #FEC0A1 Romantic

📋 copy color: '#FEC0A1'

red 254 ◦ green 192 ◦ blue 161

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

Shades of Romantic #FEC0A1

Tints of Romantic #FEC0A1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.63%

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

R = 41.85%
G = 31.63%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEC0A1 (or 0xFEC0A1) is known color: Romantic. HEX triplet: FE, C0 and A1. RGB value is (254,192,161). Sum of RGB (Red+Green+Blue) = 254+192+161=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A1 is #013F5E. Grayscale: #CFCFCF. Windows color (decimal): -81759 or 10600702. OLE color: 10600702.

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

Color convert

RGB 254 192 161 -
CMYK 0 0.24 0.37 0.00
HSL 20º 0.98% 0.81% -
HSV(B) 20º 0.37% 1% -
XYZ 66.16 61.34 42.07 -
YUV 207 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 254 192 161 0 0.24 0.37 0.00 20 0.98 0.81
Hex FE C0 A1 0 18 25 0 14 62 51
Octal 376 300 241 0 30 45 0 24 142 121
Binary 11111110 11000000 10100001 0 11000 100101 0 10100 1100010 1010001

Color Harmonies of #FEC0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0A1

Black with #FEC0A1

Text Example


Text Example

White with #FEC0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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