#F2F1D5

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

Shades of Hint Of Yellow #F2F1D5

Tints of Hint Of Yellow #F2F1D5

Color information

#F2F1D5 (or 0xF2F1D5) is unknown color: approx Hint Of Yellow. HEX triplet: F2, F1 and D5. RGB value is (242,241,213). Sum of RGB (Red+Green+Blue) = 242+241+213=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1D5 is #0D0E2A. Grayscale: #EEEEEE. Windows color (decimal): -855595 or 14021106. OLE color: 14021106.

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

Color convert

RGB242241213-
CMYK00.000.120.05
HSL57.93º52.73%89.22%-
HSV(B)57.93º11.98%94.9%-
XYZ80.0886.5975.44-
YUV238.11113.83130.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.77%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 213 (83.59% from 255) = 30.60%
R=34.77%
G=34.63%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224121300.000.120.0557.9352.7389.22
HexF2F1D500C53a3559
Octal362361325001457265131
Binary1111001011110001110101010011001011110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1D5; }

 p { color: rgb(242,241,213); }

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

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

 a { background-color: rgb(242,241,213); }

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

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

 span { border-color: rgb(242,241,213); }

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