Html Css Color HEX #F2C79C Negroni

📋 copy color: '#F2C79C'

red 242 ◦ green 199 ◦ blue 156

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

Shades of Negroni #F2C79C

Tints of Negroni #F2C79C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

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

R = 40.54%
G = 33.33%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2C79C (or 0xF2C79C) is known color: Negroni. HEX triplet: F2, C7 and 9C. RGB value is (242,199,156). Sum of RGB (Red+Green+Blue) = 242+199+156=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C79C is #0D3863. Grayscale: #CFCFCF. Windows color (decimal): -866404 or 10274802. OLE color: 10274802.

HSL color Cylindrical-coordinate representation of color #F2C79C: hue angle of 30º 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 #F2C79C is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 156 -
CMYK 0 0.18 0.36 0.05
HSL 30º 0.77% 0.78% -
HSV(B) 30º 0.36% 0.95% -
XYZ 63.04 62.12 40.12 -
YUV 206.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 242 199 156 0 0.18 0.36 0.05 30 0.77 0.78
Hex F2 C7 9C 0 12 24 5 1E 4D 4E
Octal 362 307 234 0 22 44 5 36 115 116
Binary 11110010 11000111 10011100 0 10010 100100 101 11110 1001101 1001110

Color Harmonies of #F2C79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C79C

Black with #F2C79C

Text Example


Text Example

White with #F2C79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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