Html Css Color HEX #F1D6AE Givry

📋 copy color: '#F1D6AE'

red 241 ◦ green 214 ◦ blue 174

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

Shades of Givry #F1D6AE

Tints of Givry #F1D6AE

RGB

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

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

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

R = 38.31%
G = 34.02%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1D6AE (or 0xF1D6AE) is known color: Givry. HEX triplet: F1, D6 and AE. RGB value is (241,214,174). Sum of RGB (Red+Green+Blue) = 241+214+174=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D6AE is #0E2951. Grayscale: #D9D9D9. Windows color (decimal): -928082 or 11458289. OLE color: 11458289.

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

Color convert

RGB 241 214 174 -
CMYK 0 0.11 0.28 0.05
HSL 35.82º 0.71% 0.81% -
HSV(B) 35.82º 0.28% 0.95% -
XYZ 67.96 69.85 49.94 -
YUV 217.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 241 214 174 0 0.11 0.28 0.05 35.82 0.71 0.81
Hex F1 D6 AE 0 B 1C 5 24 47 51
Octal 361 326 256 0 13 34 5 44 107 121
Binary 11110001 11010110 10101110 0 1011 11100 101 100100 1000111 1010001

Color Harmonies of #F1D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6AE

Black with #F1D6AE

Text Example


Text Example

White with #F1D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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