Html Css Color HEX #F1CC96 Chamois

📋 copy color: '#F1CC96'

red 241 ◦ green 204 ◦ blue 150

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

Shades of Chamois #F1CC96

Tints of Chamois #F1CC96

RGB

 RED value IS 241 (94.53% from 255) = 40.5%

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

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

R = 40.5%
G = 34.29%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1CC96 (or 0xF1CC96) is known color: Chamois. HEX triplet: F1, CC and 96. RGB value is (241,204,150). Sum of RGB (Red+Green+Blue) = 241+204+150=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CC96 is #0E3369. Grayscale: #D1D1D1. Windows color (decimal): -930666 or 9882865. OLE color: 9882865.

HSL color Cylindrical-coordinate representation of color #F1CC96: hue angle of 35.6º degrees, saturation: 0.76, 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 #F1CC96 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 150 -
CMYK 0 0.15 0.38 0.05
HSL 35.6º 0.76% 0.77% -
HSV(B) 35.6º 0.38% 0.95% -
XYZ 63.37 64.09 37.88 -
YUV 208.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 241 204 150 0 0.15 0.38 0.05 35.6 0.76 0.77
Hex F1 CC 96 0 F 26 5 24 4C 4D
Octal 361 314 226 0 17 46 5 44 114 115
Binary 11110001 11001100 10010110 0 1111 100110 101 100100 1001100 1001101

Color Harmonies of #F1CC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC96

Black with #F1CC96

Text Example


Text Example

White with #F1CC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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