#F3D6AD

Color #F3D6AD Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #F3D6AD

Tints of Givry #F3D6AD

Color information

#F3D6AD (or 0xF3D6AD) is unknown color: approx Givry. HEX triplet: F3, D6 and AD. RGB value is (243,214,173). Sum of RGB (Red+Green+Blue) = 243+214+173=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D6AD is #0C2952. Grayscale: #DADADA. Windows color (decimal): -797011 or 11392755. OLE color: 11392755.

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

Color convert

RGB243214173-
CMYK00.120.290.05
HSL35.14º74.47%81.57%-
HSV(B)35.14º28.81%95.29%-
XYZ68.5570.1649.47-
YUV218102.61145.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 214 (83.98% from 255) = 33.97%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=38.57%
G=33.97%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321417300.120.290.0535.1474.4781.57
HexF3D6AD0C1D5234a52
Octal36332625501435543112122
Binary111100111101011010101101011001110110110001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6AD; }

 p { color: rgb(243,214,173); }

 H1.HeaderClassName
 {
   color: #F3D6AD;
 }
 .AnyTagClassName
 {
   color: #F3D6AD;
 }
</style>
background-color css

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

 a { background-color: rgb(243,214,173); }

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

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

 span { border-color: rgb(243,214,173); }

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