Html Css Color HEX #F2CE96 Chamois

📋 copy color: '#F2CE96'

red 242 ◦ green 206 ◦ blue 150

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

Shades of Chamois #F2CE96

Tints of Chamois #F2CE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

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

R = 40.47%
G = 34.45%
B = 25.08%

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

#F2CE96 (or 0xF2CE96) is known color: Chamois. HEX triplet: F2, CE and 96. RGB value is (242,206,150). Sum of RGB (Red+Green+Blue) = 242+206+150=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE96 is #0D3169. Grayscale: #D2D2D2. Windows color (decimal): -864618 or 9883378. OLE color: 9883378.

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

Color convert

RGB 242 206 150 -
CMYK 0 0.15 0.38 0.05
HSL 36.52º 0.78% 0.77% -
HSV(B) 36.52º 0.38% 0.95% -
XYZ 64.19 65.22 38.06 -
YUV 210.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 242 206 150 0 0.15 0.38 0.05 36.52 0.78 0.77
Hex F2 CE 96 0 F 26 5 25 4E 4D
Octal 362 316 226 0 17 46 5 45 116 115
Binary 11110010 11001110 10010110 0 1111 100110 101 100101 1001110 1001101

Color Harmonies of #F2CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE96

Black with #F2CE96

Text Example


Text Example

White with #F2CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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