#F1D09D

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

Shades of Dairy Cream #F1D09D

Tints of Dairy Cream #F1D09D

Color information

#F1D09D (or 0xF1D09D) is unknown color: approx Dairy Cream. HEX triplet: F1, D0 and 9D. RGB value is (241,208,157). Sum of RGB (Red+Green+Blue) = 241+208+157=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D09D is #0E2F62. Grayscale: #D4D4D4. Windows color (decimal): -929635 or 10342641. OLE color: 10342641.

HSL color Cylindrical-coordinate representation of color #F1D09D: hue angle of 36.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1D09D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241208157-
CMYK00.140.350.05
HSL36.43º75%78.04%-
HSV(B)36.43º34.85%94.51%-
XYZ64.9266.2541.26-
YUV212.0596.93148.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 157 (61.72% from 255) = 25.91%
R=39.77%
G=34.32%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120815700.140.350.0536.437578.04
HexF1D09D0E235244b4e
Octal36132023501643544113116
Binary1111000111010000100111010111010001110110010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D09D; }

 p { color: rgb(241,208,157); }

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

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

 a { background-color: rgb(241,208,157); }

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

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

 span { border-color: rgb(241,208,157); }

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