#F0DFAE

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

Shades of Sidecar #F0DFAE

Tints of Sidecar #F0DFAE

Color information

#F0DFAE (or 0xF0DFAE) is unknown color: approx Sidecar. HEX triplet: F0, DF and AE. RGB value is (240,223,174). Sum of RGB (Red+Green+Blue) = 240+223+174=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFAE is #0F2051. Grayscale: #DEDEDE. Windows color (decimal): -991314 or 11460592. OLE color: 11460592.

HSL color Cylindrical-coordinate representation of color #F0DFAE: hue angle of 44.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DFAE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240223174-
CMYK00.070.280.06
HSL44.55º68.75%81.18%-
HSV(B)44.55º27.5%94.12%-
XYZ69.9674.3650.71-
YUV222.5100.63140.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=37.68%
G=35.01%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022317400.070.280.0644.5568.7581.18
HexF0DFAE071C62d4551
Octal3603372560734655105121
Binary11110000110111111010111001111110011010110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFAE; }

 p { color: rgb(240,223,174); }

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

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

 a { background-color: rgb(240,223,174); }

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

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

 span { border-color: rgb(240,223,174); }

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