Html Css Color HEX #F1D4AC Givry

📋 copy color: '#F1D4AC'

red 241 ◦ green 212 ◦ blue 172

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

Shades of Givry #F1D4AC

Tints of Givry #F1D4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.92%

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

R = 38.56%
G = 33.92%
B = 27.52%

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

#F1D4AC (or 0xF1D4AC) is known color: Givry. HEX triplet: F1, D4 and AC. RGB value is (241,212,172). Sum of RGB (Red+Green+Blue) = 241+212+172=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D4AC is #0E2B53. Grayscale: #D8D8D8. Windows color (decimal): -928596 or 11326705. OLE color: 11326705.

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

Color convert

RGB 241 212 172 -
CMYK 0 0.12 0.29 0.05
HSL 34.78º 0.71% 0.81% -
HSV(B) 34.78º 0.29% 0.95% -
XYZ 67.27 68.77 48.76 -
YUV 216.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 241 212 172 0 0.12 0.29 0.05 34.78 0.71 0.81
Hex F1 D4 AC 0 C 1D 5 23 47 51
Octal 361 324 254 0 14 35 5 43 107 121
Binary 11110001 11010100 10101100 0 1100 11101 101 100011 1000111 1010001

Color Harmonies of #F1D4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D4AC

Black with #F1D4AC

Text Example


Text Example

White with #F1D4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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