Html Css Color HEX #FEC2A8 Romantic

📋 copy color: '#FEC2A8'

red 254 ◦ green 194 ◦ blue 168

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

Shades of Romantic #FEC2A8

Tints of Romantic #FEC2A8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.49%

 BLUE value IS 168 (66.02% from 255) = 27.27%

R = 41.23%
G = 31.49%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEC2A8 (or 0xFEC2A8) is known color: Romantic. HEX triplet: FE, C2 and A8. RGB value is (254,194,168). Sum of RGB (Red+Green+Blue) = 254+194+168=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2A8 is #013D57. Grayscale: #D1D1D1. Windows color (decimal): -81240 or 11059966. OLE color: 11059966.

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

Color convert

RGB 254 194 168 -
CMYK 0 0.24 0.34 0.00
HSL 18.14º 0.98% 0.83% -
HSV(B) 18.14º 0.34% 1% -
XYZ 67.23 62.48 45.56 -
YUV 208.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 254 194 168 0 0.24 0.34 0.00 18.14 0.98 0.83
Hex FE C2 A8 0 18 22 0 12 62 53
Octal 376 302 250 0 30 42 0 22 142 123
Binary 11111110 11000010 10101000 0 11000 100010 0 10010 1100010 1010011

Color Harmonies of #FEC2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2A8

Black with #FEC2A8

Text Example


Text Example

White with #FEC2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2A8; }

 p { color: rgb(254,194,168); }

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

background-color css

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

 a { background-color: rgb(254,194,168); }

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

border-color css

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

 span { border-color: rgb(254,194,168); }

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