Html Css Color HEX #F0CE94 Chamois

📋 copy color: '#F0CE94'

red 240 ◦ green 206 ◦ blue 148

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

Shades of Chamois #F0CE94

Tints of Chamois #F0CE94

RGB

 RED value IS 240 (94.14% from 255) = 40.4%

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

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 40.4%
G = 34.68%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0CE94 (or 0xF0CE94) is known color: Chamois. HEX triplet: F0, CE and 94. RGB value is (240,206,148). Sum of RGB (Red+Green+Blue) = 240+206+148=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CE94 is #0F316B. Grayscale: #D1D1D1. Windows color (decimal): -995692 or 9752304. OLE color: 9752304.

HSL color Cylindrical-coordinate representation of color #F0CE94: hue angle of 37.83º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0CE94 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 148 -
CMYK 0 0.14 0.38 0.06
HSL 37.83º 0.75% 0.76% -
HSV(B) 37.83º 0.38% 0.94% -
XYZ 63.35 64.81 37.19 -
YUV 209.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 240 206 148 0 0.14 0.38 0.06 37.83 0.75 0.76
Hex F0 CE 94 0 E 26 6 26 4B 4C
Octal 360 316 224 0 16 46 6 46 113 114
Binary 11110000 11001110 10010100 0 1110 100110 110 100110 1001011 1001100

Color Harmonies of #F0CE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE94

Black with #F0CE94

Text Example


Text Example

White with #F0CE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE94; }

 p { color: rgb(240,206,148); }

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

background-color css

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

 a { background-color: rgb(240,206,148); }

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

border-color css

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

 span { border-color: rgb(240,206,148); }

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