#F0F1D4

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

Shades of Hint Of Yellow #F0F1D4

Tints of Hint Of Yellow #F0F1D4

Color information

#F0F1D4 (or 0xF0F1D4) is unknown color: approx Hint Of Yellow. HEX triplet: F0, F1 and D4. RGB value is (240,241,212). Sum of RGB (Red+Green+Blue) = 240+241+212=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 212 (83.20% from 255 or 30.59% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1D4 is #0F0E2B. Grayscale: #EDEDED. Windows color (decimal): -986668 or 13955568. OLE color: 13955568.

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

Color convert

RGB240241212-
CMYK0.0000.120.05
HSL62.07º50.88%88.82%-
HSV(B)62.07º12.03%94.51%-
XYZ79.2786.1974.75-
YUV237.4113.67129.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 212 (83.20% from 255) = 30.59%
R=34.63%
G=34.78%
B=30.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402412120.0000.120.0562.0750.8888.82
HexF0F1D400C53e3359
Octal360361324001457663131
Binary1111000011110001110101000011001011111101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1D4; }

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

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

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

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

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

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

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

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