Html Css Color HEX #F1D5AC Givry

📋 copy color: '#F1D5AC'

red 241 ◦ green 213 ◦ blue 172

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

Shades of Givry #F1D5AC

Tints of Givry #F1D5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.48%

R = 38.5%
G = 34.03%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1D5AC (or 0xF1D5AC) is known color: Givry. HEX triplet: F1, D5 and AC. RGB value is (241,213,172). Sum of RGB (Red+Green+Blue) = 241+213+172=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5AC is #0E2A53. Grayscale: #D8D8D8. Windows color (decimal): -928340 or 11326961. OLE color: 11326961.

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

Color convert

RGB 241 213 172 -
CMYK 0 0.12 0.29 0.05
HSL 35.65º 0.71% 0.81% -
HSV(B) 35.65º 0.29% 0.95% -
XYZ 67.52 69.27 48.84 -
YUV 216.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 241 213 172 0 0.12 0.29 0.05 35.65 0.71 0.81
Hex F1 D5 AC 0 C 1D 5 24 47 51
Octal 361 325 254 0 14 35 5 44 107 121
Binary 11110001 11010101 10101100 0 1100 11101 101 100100 1000111 1010001

Color Harmonies of #F1D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5AC

Black with #F1D5AC

Text Example


Text Example

White with #F1D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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