#F3D5A4

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

Shades of Dairy Cream #F3D5A4

Tints of Dairy Cream #F3D5A4

Color information

#F3D5A4 (or 0xF3D5A4) is unknown color: approx Dairy Cream. HEX triplet: F3, D5 and A4. RGB value is (243,213,164). Sum of RGB (Red+Green+Blue) = 243+213+164=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D5A4 is #0C2A5B. Grayscale: #D8D8D8. Windows color (decimal): -797276 or 10802675. OLE color: 10802675.

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

Color convert

RGB243213164-
CMYK00.120.330.05
HSL37.22º76.7%79.8%-
HSV(B)37.22º32.51%95.29%-
XYZ67.4669.3244.95-
YUV216.3898.44146.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 213 (83.59% from 255) = 34.35%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=39.19%
G=34.35%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321316400.120.330.0537.2276.779.8
HexF3D5A40C215254d50
Octal36332524401441545115120
Binary1111001111010101101001000110010000110110010110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D5A4; }

 p { color: rgb(243,213,164); }

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

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

 a { background-color: rgb(243,213,164); }

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

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

 span { border-color: rgb(243,213,164); }

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