Html Css Color HEX #F1D5AD Givry

📋 copy color: '#F1D5AD'

red 241 ◦ green 213 ◦ blue 173

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

Shades of Givry #F1D5AD

Tints of Givry #F1D5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.59%

R = 38.44%
G = 33.97%
B = 27.59%

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

#F1D5AD (or 0xF1D5AD) is known color: Givry. HEX triplet: F1, D5 and AD. RGB value is (241,213,173). Sum of RGB (Red+Green+Blue) = 241+213+173=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5AD is #0E2A52. Grayscale: #D8D8D8. Windows color (decimal): -928339 or 11392497. OLE color: 11392497.

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

Color convert

RGB 241 213 173 -
CMYK 0 0.12 0.28 0.05
HSL 35.29º 0.71% 0.81% -
HSV(B) 35.29º 0.28% 0.95% -
XYZ 67.61 69.31 49.35 -
YUV 216.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 241 213 173 0 0.12 0.28 0.05 35.29 0.71 0.81
Hex F1 D5 AD 0 C 1C 5 23 47 51
Octal 361 325 255 0 14 34 5 43 107 121
Binary 11110001 11010101 10101101 0 1100 11100 101 100011 1000111 1010001

Color Harmonies of #F1D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5AD

Black with #F1D5AD

Text Example


Text Example

White with #F1D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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