Html Css Color HEX #F1D68E Buff

📋 copy color: '#F1D68E'

red 241 ◦ green 214 ◦ blue 142

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

Shades of Buff #F1D68E

Tints of Buff #F1D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.85%

 BLUE value IS 142 (55.86% from 255) = 23.79%

R = 40.37%
G = 35.85%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1D68E (or 0xF1D68E) is known color: Buff. HEX triplet: F1, D6 and 8E. RGB value is (241,214,142). Sum of RGB (Red+Green+Blue) = 241+214+142=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D68E is #0E2971. Grayscale: #D6D6D6. Windows color (decimal): -928114 or 9361137. OLE color: 9361137.

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

Color convert

RGB 241 214 142 -
CMYK 0 0.11 0.41 0.05
HSL 43.64º 0.78% 0.75% -
HSV(B) 43.64º 0.41% 0.95% -
XYZ 65.2 68.75 35.42 -
YUV 213.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 241 214 142 0 0.11 0.41 0.05 43.64 0.78 0.75
Hex F1 D6 8E 0 B 29 5 2C 4E 4B
Octal 361 326 216 0 13 51 5 54 116 113
Binary 11110001 11010110 10001110 0 1011 101001 101 101100 1001110 1001011

Color Harmonies of #F1D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D68E

Black with #F1D68E

Text Example


Text Example

White with #F1D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D68E; }

 p { color: rgb(241,214,142); }

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

background-color css

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

 a { background-color: rgb(241,214,142); }

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

border-color css

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

 span { border-color: rgb(241,214,142); }

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