Html Css Color HEX #F2C49C Negroni

📋 copy color: '#F2C49C'

red 242 ◦ green 196 ◦ blue 156

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

Shades of Negroni #F2C49C

Tints of Negroni #F2C49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.26%

R = 40.74%
G = 33%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2C49C (or 0xF2C49C) is known color: Negroni. HEX triplet: F2, C4 and 9C. RGB value is (242,196,156). Sum of RGB (Red+Green+Blue) = 242+196+156=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C49C is #0D3B63. Grayscale: #CDCDCD. Windows color (decimal): -867172 or 10274034. OLE color: 10274034.

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

Color convert

RGB 242 196 156 -
CMYK 0 0.19 0.36 0.05
HSL 27.91º 0.77% 0.78% -
HSV(B) 27.91º 0.36% 0.95% -
XYZ 62.36 60.76 39.89 -
YUV 205.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 242 196 156 0 0.19 0.36 0.05 27.91 0.77 0.78
Hex F2 C4 9C 0 13 24 5 1C 4D 4E
Octal 362 304 234 0 23 44 5 34 115 116
Binary 11110010 11000100 10011100 0 10011 100100 101 11100 1001101 1001110

Color Harmonies of #F2C49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C49C

Black with #F2C49C

Text Example


Text Example

White with #F2C49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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