Html Css Color HEX #F1D8AC Givry

📋 copy color: '#F1D8AC'

red 241 ◦ green 216 ◦ blue 172

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

Shades of Givry #F1D8AC

Tints of Givry #F1D8AC

RGB

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

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

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

R = 38.31%
G = 34.34%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1D8AC (or 0xF1D8AC) is known color: Givry. HEX triplet: F1, D8 and AC. RGB value is (241,216,172). Sum of RGB (Red+Green+Blue) = 241+216+172=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D8AC is #0E2753. Grayscale: #DADADA. Windows color (decimal): -927572 or 11327729. OLE color: 11327729.

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

Color convert

RGB 241 216 172 -
CMYK 0 0.10 0.29 0.05
HSL 38.26º 0.71% 0.81% -
HSV(B) 38.26º 0.29% 0.95% -
XYZ 68.28 70.79 49.1 -
YUV 218.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 241 216 172 0 0.10 0.29 0.05 38.26 0.71 0.81
Hex F1 D8 AC 0 A 1D 5 26 47 51
Octal 361 330 254 0 12 35 5 46 107 121
Binary 11110001 11011000 10101100 0 1010 11101 101 100110 1000111 1010001

Color Harmonies of #F1D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8AC

Black with #F1D8AC

Text Example


Text Example

White with #F1D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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