Html Css Color HEX #F2C49E Negroni

📋 copy color: '#F2C49E'

red 242 ◦ green 196 ◦ blue 158

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

Shades of Negroni #F2C49E

Tints of Negroni #F2C49E

RGB

 RED value IS 242 (94.92% from 255) = 40.6%

 GREEN value IS 196 (76.95% from 255) = 32.89%

 BLUE value IS 158 (62.11% from 255) = 26.51%

R = 40.6%
G = 32.89%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2C49E (or 0xF2C49E) is known color: Negroni. HEX triplet: F2, C4 and 9E. RGB value is (242,196,158). Sum of RGB (Red+Green+Blue) = 242+196+158=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C49E is #0D3B61. Grayscale: #CDCDCD. Windows color (decimal): -867170 or 10405106. OLE color: 10405106.

HSL color Cylindrical-coordinate representation of color #F2C49E: hue angle of 27.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2C49E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 196 158 -
CMYK 0 0.19 0.35 0.05
HSL 27.14º 0.76% 0.78% -
HSV(B) 27.14º 0.35% 0.95% -
XYZ 62.53 60.83 40.79 -
YUV 205.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 242 196 158 0 0.19 0.35 0.05 27.14 0.76 0.78
Hex F2 C4 9E 0 13 23 5 1B 4C 4E
Octal 362 304 236 0 23 43 5 33 114 116
Binary 11110010 11000100 10011110 0 10011 100011 101 11011 1001100 1001110

Color Harmonies of #F2C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C49E

Black with #F2C49E

Text Example


Text Example

White with #F2C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C49E; }

 p { color: rgb(242,196,158); }

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

background-color css

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

 a { background-color: rgb(242,196,158); }

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

border-color css

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

 span { border-color: rgb(242,196,158); }

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