Html Css Color HEX #F1D8AE Givry

📋 copy color: '#F1D8AE'

red 241 ◦ green 216 ◦ blue 174

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

Shades of Givry #F1D8AE

Tints of Givry #F1D8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.23%

 BLUE value IS 174 (68.36% from 255) = 27.58%

R = 38.19%
G = 34.23%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1D8AE (or 0xF1D8AE) is known color: Givry. HEX triplet: F1, D8 and AE. RGB value is (241,216,174). Sum of RGB (Red+Green+Blue) = 241+216+174=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D8AE is #0E2751. Grayscale: #DADADA. Windows color (decimal): -927570 or 11458801. OLE color: 11458801.

HSL color Cylindrical-coordinate representation of color #F1D8AE: hue angle of 37.61º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1D8AE is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 174 -
CMYK 0 0.10 0.28 0.05
HSL 37.61º 0.71% 0.81% -
HSV(B) 37.61º 0.28% 0.95% -
XYZ 68.47 70.87 50.11 -
YUV 218.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 241 216 174 0 0.10 0.28 0.05 37.61 0.71 0.81
Hex F1 D8 AE 0 A 1C 5 26 47 51
Octal 361 330 256 0 12 34 5 46 107 121
Binary 11110001 11011000 10101110 0 1010 11100 101 100110 1000111 1010001

Color Harmonies of #F1D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8AE

Black with #F1D8AE

Text Example


Text Example

White with #F1D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8AE; }

 p { color: rgb(241,216,174); }

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

background-color css

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

 a { background-color: rgb(241,216,174); }

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

border-color css

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

 span { border-color: rgb(241,216,174); }

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