Html Css Color HEX #F6C194 Romantic

📋 copy color: '#F6C194'

red 246 ◦ green 193 ◦ blue 148

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

Shades of Romantic #F6C194

Tints of Romantic #F6C194

RGB

 RED value IS 246 (96.48% from 255) = 41.91%

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

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

R = 41.91%
G = 32.88%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6C194 (or 0xF6C194) is known color: Romantic. HEX triplet: F6, C1 and 94. RGB value is (246,193,148). Sum of RGB (Red+Green+Blue) = 246+193+148=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C194 is #093E6B. Grayscale: #CBCBCB. Windows color (decimal): -605804 or 9748982. OLE color: 9748982.

HSL color Cylindrical-coordinate representation of color #F6C194: hue angle of 27.55º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6C194 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 193 148 -
CMYK 0 0.22 0.40 0.04
HSL 27.55º 0.84% 0.77% -
HSV(B) 27.55º 0.4% 0.96% -
XYZ 62.42 59.87 36.28 -
YUV 203.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 246 193 148 0 0.22 0.40 0.04 27.55 0.84 0.77
Hex F6 C1 94 0 16 28 4 1C 54 4D
Octal 366 301 224 0 26 50 4 34 124 115
Binary 11110110 11000001 10010100 0 10110 101000 100 11100 1010100 1001101

Color Harmonies of #F6C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C194

Black with #F6C194

Text Example


Text Example

White with #F6C194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C194; }

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

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

background-color css

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

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

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

border-color css

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

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

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