Html Css Color HEX #FEC3A0 Romantic

📋 copy color: '#FEC3A0'

red 254 ◦ green 195 ◦ blue 160

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

Shades of Romantic #FEC3A0

Tints of Romantic #FEC3A0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.02%

 BLUE value IS 160 (62.89% from 255) = 26.27%

R = 41.71%
G = 32.02%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEC3A0 (or 0xFEC3A0) is known color: Romantic. HEX triplet: FE, C3 and A0. RGB value is (254,195,160). Sum of RGB (Red+Green+Blue) = 254+195+160=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A0 is #013C5F. Grayscale: #D0D0D0. Windows color (decimal): -80992 or 10535934. OLE color: 10535934.

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

Color convert

RGB 254 195 160 -
CMYK 0 0.23 0.37 0.00
HSL 22.34º 0.98% 0.81% -
HSV(B) 22.34º 0.37% 1% -
XYZ 66.73 62.64 41.83 -
YUV 208.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 254 195 160 0 0.23 0.37 0.00 22.34 0.98 0.81
Hex FE C3 A0 0 17 25 0 16 62 51
Octal 376 303 240 0 27 45 0 26 142 121
Binary 11111110 11000011 10100000 0 10111 100101 0 10110 1100010 1010001

Color Harmonies of #FEC3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3A0

Black with #FEC3A0

Text Example


Text Example

White with #FEC3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3A0; }

 p { color: rgb(254,195,160); }

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

background-color css

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

 a { background-color: rgb(254,195,160); }

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

border-color css

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

 span { border-color: rgb(254,195,160); }

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