Html Css Color HEX #FEC0A6 Romantic

📋 copy color: '#FEC0A6'

red 254 ◦ green 192 ◦ blue 166

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

Shades of Romantic #FEC0A6

Tints of Romantic #FEC0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.12%

R = 41.5%
G = 31.37%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEC0A6 (or 0xFEC0A6) is known color: Romantic. HEX triplet: FE, C0 and A6. RGB value is (254,192,166). Sum of RGB (Red+Green+Blue) = 254+192+166=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A6 is #013F59. Grayscale: #CFCFCF. Windows color (decimal): -81754 or 10928382. OLE color: 10928382.

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

Color convert

RGB 254 192 166 -
CMYK 0 0.24 0.35 0.00
HSL 17.73º 0.98% 0.82% -
HSV(B) 17.73º 0.35% 1% -
XYZ 66.61 61.52 44.44 -
YUV 207.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 254 192 166 0 0.24 0.35 0.00 17.73 0.98 0.82
Hex FE C0 A6 0 18 23 0 12 62 52
Octal 376 300 246 0 30 43 0 22 142 122
Binary 11111110 11000000 10100110 0 11000 100011 0 10010 1100010 1010010

Color Harmonies of #FEC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0A6

Black with #FEC0A6

Text Example


Text Example

White with #FEC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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