Html Css Color HEX #FEC194 Romantic

📋 copy color: '#FEC194'

red 254 ◦ green 193 ◦ blue 148

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

Shades of Romantic #FEC194

Tints of Romantic #FEC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.87%

R = 42.69%
G = 32.44%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEC194 (or 0xFEC194) is known color: Romantic. HEX triplet: FE, C1 and 94. RGB value is (254,193,148). Sum of RGB (Red+Green+Blue) = 254+193+148=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC194 is #013E6B. Grayscale: #CECECE. Windows color (decimal): -81516 or 9748990. OLE color: 9748990.

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

Color convert

RGB 254 193 148 -
CMYK 0 0.24 0.42 0.00
HSL 25.47º 0.98% 0.79% -
HSV(B) 25.47º 0.42% 1% -
XYZ 65.29 61.35 36.42 -
YUV 206.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 254 193 148 0 0.24 0.42 0.00 25.47 0.98 0.79
Hex FE C1 94 0 18 2A 0 19 62 4F
Octal 376 301 224 0 30 52 0 31 142 117
Binary 11111110 11000001 10010100 0 11000 101010 0 11001 1100010 1001111

Color Harmonies of #FEC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC194

Black with #FEC194

Text Example


Text Example

White with #FEC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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