#F1D3A6

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

Shades of Dairy Cream #F1D3A6

Tints of Dairy Cream #F1D3A6

Color information

#F1D3A6 (or 0xF1D3A6) is unknown color: approx Dairy Cream. HEX triplet: F1, D3 and A6. RGB value is (241,211,166). Sum of RGB (Red+Green+Blue) = 241+211+166=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D3A6 is #0E2C59. Grayscale: #D7D7D7. Windows color (decimal): -928858 or 10933233. OLE color: 10933233.

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

Color convert

RGB241211166-
CMYK00.120.310.05
HSL36º72.82%79.8%-
HSV(B)36º31.12%94.51%-
XYZ66.4568.0445.71-
YUV214.84100.44146.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 166 (65.23% from 255) = 26.86%
R=39.00%
G=34.14%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121116600.120.310.053672.8279.8
HexF1D3A60C1F5244950
Octal36132324601437544111120
Binary111100011101001110100110011001111110110010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3A6; }

 p { color: rgb(241,211,166); }

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

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

 a { background-color: rgb(241,211,166); }

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

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

 span { border-color: rgb(241,211,166); }

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