Html Css Color HEX #F2C69B Negroni

📋 copy color: '#F2C69B'

red 242 ◦ green 198 ◦ blue 155

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

Shades of Negroni #F2C69B

Tints of Negroni #F2C69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.05%

R = 40.67%
G = 33.28%
B = 26.05%

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

#F2C69B (or 0xF2C69B) is known color: Negroni. HEX triplet: F2, C6 and 9B. RGB value is (242,198,155). Sum of RGB (Red+Green+Blue) = 242+198+155=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C69B is #0D3964. Grayscale: #CECECE. Windows color (decimal): -866661 or 10209010. OLE color: 10209010.

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

Color convert

RGB 242 198 155 -
CMYK 0 0.18 0.36 0.05
HSL 29.66º 0.77% 0.78% -
HSV(B) 29.66º 0.36% 0.95% -
XYZ 62.73 61.63 39.6 -
YUV 206.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 242 198 155 0 0.18 0.36 0.05 29.66 0.77 0.78
Hex F2 C6 9B 0 12 24 5 1E 4D 4E
Octal 362 306 233 0 22 44 5 36 115 116
Binary 11110010 11000110 10011011 0 10010 100100 101 11110 1001101 1001110

Color Harmonies of #F2C69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C69B

Black with #F2C69B

Text Example


Text Example

White with #F2C69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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