Html Css Color HEX #FEC1A1 Romantic

📋 copy color: '#FEC1A1'

red 254 ◦ green 193 ◦ blue 161

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

Shades of Romantic #FEC1A1

Tints of Romantic #FEC1A1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.74%

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

R = 41.78%
G = 31.74%
B = 26.48%

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

#FEC1A1 (or 0xFEC1A1) is known color: Romantic. HEX triplet: FE, C1 and A1. RGB value is (254,193,161). Sum of RGB (Red+Green+Blue) = 254+193+161=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A1 is #013E5E. Grayscale: #CFCFCF. Windows color (decimal): -81503 or 10600958. OLE color: 10600958.

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

Color convert

RGB 254 193 161 -
CMYK 0 0.24 0.37 0.00
HSL 20.65º 0.98% 0.81% -
HSV(B) 20.65º 0.37% 1% -
XYZ 66.38 61.78 42.15 -
YUV 207.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 254 193 161 0 0.24 0.37 0.00 20.65 0.98 0.81
Hex FE C1 A1 0 18 25 0 15 62 51
Octal 376 301 241 0 30 45 0 25 142 121
Binary 11111110 11000001 10100001 0 11000 100101 0 10101 1100010 1010001

Color Harmonies of #FEC1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1A1

Black with #FEC1A1

Text Example


Text Example

White with #FEC1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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