#F2CC94

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

Shades of Chamois #F2CC94

Tints of Chamois #F2CC94

Color information

#F2CC94 (or 0xF2CC94) is unknown color: approx Chamois. HEX triplet: F2, CC and 94. RGB value is (242,204,148). Sum of RGB (Red+Green+Blue) = 242+204+148=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC94 is #0D336B. Grayscale: #D1D1D1. Windows color (decimal): -865132 or 9751794. OLE color: 9751794.

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

Color convert

RGB242204148-
CMYK00.160.390.05
HSL35.74º78.33%76.47%-
HSV(B)35.74º38.84%94.9%-
XYZ63.5664.237.06-
YUV208.9893.59151.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=40.74%
G=34.34%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220414800.160.390.0535.7478.3376.47
HexF2CC94010275244e4c
Octal36231422402047544116114
Binary11110010110011001001010001000010011110110010010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC94; }

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

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

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

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

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

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

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

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