Html Css Color HEX #F2C69C Negroni

📋 copy color: '#F2C69C'

red 242 ◦ green 198 ◦ blue 156

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

Shades of Negroni #F2C69C

Tints of Negroni #F2C69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.22%

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

R = 40.6%
G = 33.22%
B = 26.17%

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

#F2C69C (or 0xF2C69C) is known color: Negroni. HEX triplet: F2, C6 and 9C. RGB value is (242,198,156). Sum of RGB (Red+Green+Blue) = 242+198+156=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C69C is #0D3963. Grayscale: #CECECE. Windows color (decimal): -866660 or 10274546. OLE color: 10274546.

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

Color convert

RGB 242 198 156 -
CMYK 0 0.18 0.36 0.05
HSL 29.3º 0.77% 0.78% -
HSV(B) 29.3º 0.36% 0.95% -
XYZ 62.81 61.67 40.04 -
YUV 206.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 242 198 156 0 0.18 0.36 0.05 29.3 0.77 0.78
Hex F2 C6 9C 0 12 24 5 1D 4D 4E
Octal 362 306 234 0 22 44 5 35 115 116
Binary 11110010 11000110 10011100 0 10010 100100 101 11101 1001101 1001110

Color Harmonies of #F2C69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C69C

Black with #F2C69C

Text Example


Text Example

White with #F2C69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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