#F1CD98

Color #F1CD98 Chamois (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chamois #F1CD98

Tints of Chamois #F1CD98

Color information

#F1CD98 (or 0xF1CD98) is unknown color: approx Chamois. HEX triplet: F1, CD and 98. RGB value is (241,205,152). Sum of RGB (Red+Green+Blue) = 241+205+152=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CD98 is #0E3267. Grayscale: #D1D1D1. Windows color (decimal): -930408 or 10014193. OLE color: 10014193.

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

Color convert

RGB241205152-
CMYK00.150.370.05
HSL35.73º76.07%77.06%-
HSV(B)35.73º36.93%94.51%-
XYZ63.7764.6338.82-
YUV209.7295.43150.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=40.30%
G=34.28%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120515200.150.370.0535.7376.0777.06
HexF1CD980F255244c4d
Octal36131523001745544114115
Binary1111000111001101100110000111110010110110010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CD98; }

 p { color: rgb(241,205,152); }

 H1.HeaderClassName
 {
   color: #F1CD98;
 }
 .AnyTagClassName
 {
   color: #F1CD98;
 }
</style>
background-color css

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

 a { background-color: rgb(241,205,152); }

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

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

 span { border-color: rgb(241,205,152); }

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