Html Css Color HEX #F2C49D Negroni

📋 copy color: '#F2C49D'

red 242 ◦ green 196 ◦ blue 157

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

Shades of Negroni #F2C49D

Tints of Negroni #F2C49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.39%

R = 40.67%
G = 32.94%
B = 26.39%

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

#F2C49D (or 0xF2C49D) is known color: Negroni. HEX triplet: F2, C4 and 9D. RGB value is (242,196,157). Sum of RGB (Red+Green+Blue) = 242+196+157=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C49D is #0D3B62. Grayscale: #CDCDCD. Windows color (decimal): -867171 or 10339570. OLE color: 10339570.

HSL color Cylindrical-coordinate representation of color #F2C49D: hue angle of 27.53º degrees, saturation: 0.77, 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 #F2C49D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 196 157 -
CMYK 0 0.19 0.35 0.05
HSL 27.53º 0.77% 0.78% -
HSV(B) 27.53º 0.35% 0.95% -
XYZ 62.44 60.79 40.34 -
YUV 205.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 242 196 157 0 0.19 0.35 0.05 27.53 0.77 0.78
Hex F2 C4 9D 0 13 23 5 1C 4D 4E
Octal 362 304 235 0 23 43 5 34 115 116
Binary 11110010 11000100 10011101 0 10011 100011 101 11100 1001101 1001110

Color Harmonies of #F2C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C49D

Black with #F2C49D

Text Example


Text Example

White with #F2C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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