Html Css Color HEX #F1D5AE Givry

📋 copy color: '#F1D5AE'

red 241 ◦ green 213 ◦ blue 174

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

Shades of Givry #F1D5AE

Tints of Givry #F1D5AE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.92%

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

R = 38.38%
G = 33.92%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1D5AE (or 0xF1D5AE) is known color: Givry. HEX triplet: F1, D5 and AE. RGB value is (241,213,174). Sum of RGB (Red+Green+Blue) = 241+213+174=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5AE is #0E2A51. Grayscale: #D9D9D9. Windows color (decimal): -928338 or 11458033. OLE color: 11458033.

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

Color convert

RGB 241 213 174 -
CMYK 0 0.12 0.28 0.05
HSL 34.93º 0.71% 0.81% -
HSV(B) 34.93º 0.28% 0.95% -
XYZ 67.71 69.35 49.86 -
YUV 216.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 241 213 174 0 0.12 0.28 0.05 34.93 0.71 0.81
Hex F1 D5 AE 0 C 1C 5 23 47 51
Octal 361 325 256 0 14 34 5 43 107 121
Binary 11110001 11010101 10101110 0 1100 11100 101 100011 1000111 1010001

Color Harmonies of #F1D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5AE

Black with #F1D5AE

Text Example


Text Example

White with #F1D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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