Html Css Color HEX #F2CC96 Chamois

📋 copy color: '#F2CC96'

red 242 ◦ green 204 ◦ blue 150

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

Shades of Chamois #F2CC96

Tints of Chamois #F2CC96

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.23%

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 40.6%
G = 34.23%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2CC96 (or 0xF2CC96) is known color: Chamois. HEX triplet: F2, CC and 96. RGB value is (242,204,150). Sum of RGB (Red+Green+Blue) = 242+204+150=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC96 is #0D3369. Grayscale: #D1D1D1. Windows color (decimal): -865130 or 9882866. OLE color: 9882866.

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

Color convert

RGB 242 204 150 -
CMYK 0 0.16 0.38 0.05
HSL 35.22º 0.78% 0.77% -
HSV(B) 35.22º 0.38% 0.95% -
XYZ 63.72 64.26 37.9 -
YUV 209.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 242 204 150 0 0.16 0.38 0.05 35.22 0.78 0.77
Hex F2 CC 96 0 10 26 5 23 4E 4D
Octal 362 314 226 0 20 46 5 43 116 115
Binary 11110010 11001100 10010110 0 10000 100110 101 100011 1001110 1001101

Color Harmonies of #F2CC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC96

Black with #F2CC96

Text Example


Text Example

White with #F2CC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC96; }

 p { color: rgb(242,204,150); }

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

background-color css

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

 a { background-color: rgb(242,204,150); }

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

border-color css

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

 span { border-color: rgb(242,204,150); }

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