Html Css Color HEX #F6C296 Romantic

📋 copy color: '#F6C296'

red 246 ◦ green 194 ◦ blue 150

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

Shades of Romantic #F6C296

Tints of Romantic #F6C296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.42%

R = 41.69%
G = 32.88%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6C296 (or 0xF6C296) is known color: Romantic. HEX triplet: F6, C2 and 96. RGB value is (246,194,150). Sum of RGB (Red+Green+Blue) = 246+194+150=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C296 is #093D69. Grayscale: #CCCCCC. Windows color (decimal): -605546 or 9880310. OLE color: 9880310.

HSL color Cylindrical-coordinate representation of color #F6C296: hue angle of 27.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C296 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 194 150 -
CMYK 0 0.21 0.39 0.04
HSL 27.5º 0.84% 0.78% -
HSV(B) 27.5º 0.39% 0.96% -
XYZ 62.8 60.38 37.2 -
YUV 204.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 246 194 150 0 0.21 0.39 0.04 27.5 0.84 0.78
Hex F6 C2 96 0 15 27 4 1C 54 4E
Octal 366 302 226 0 25 47 4 34 124 116
Binary 11110110 11000010 10010110 0 10101 100111 100 11100 1010100 1001110

Color Harmonies of #F6C296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C296

Black with #F6C296

Text Example


Text Example

White with #F6C296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C296; }

 p { color: rgb(246,194,150); }

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

background-color css

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

 a { background-color: rgb(246,194,150); }

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

border-color css

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

 span { border-color: rgb(246,194,150); }

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