#F6F5D4

Color #F6F5D4 Hint Of Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Yellow #F6F5D4

Tints of Hint Of Yellow #F6F5D4

Color information

#F6F5D4 (or 0xF6F5D4) is unknown color: approx Hint Of Yellow. HEX triplet: F6, F5 and D4. RGB value is (246,245,212). Sum of RGB (Red+Green+Blue) = 246+245+212=703 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.99% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 212 (83.20% from 255 or 30.16% from 703); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F5D4 is #090A2B. Grayscale: #F1F1F1. Windows color (decimal): -592428 or 13956598. OLE color: 13956598.

HSL color Cylindrical-coordinate representation of color #F6F5D4: hue angle of 58.24º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6F5D4 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246245212-
CMYK00.000.140.04
HSL58.24º65.38%89.8%-
HSV(B)58.24º13.82%96.47%-
XYZ82.5489.6575.24-
YUV241.54111.33131.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.99%
GREEN value IS 245 (96.09% from 255) = 34.85%
BLUE value IS 212 (83.20% from 255) = 30.16%
R=34.99%
G=34.85%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624521200.000.140.0458.2465.3889.8
HexF6F5D400E43a415a
Octal3663653240016472101132
Binary11110110111101011101010000111010011101010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F5D4; }

 p { color: rgb(246,245,212); }

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

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

 a { background-color: rgb(246,245,212); }

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

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

 span { border-color: rgb(246,245,212); }

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