#F4CDAD

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

Shades of Desert Sand #F4CDAD

Tints of Desert Sand #F4CDAD

Color information

#F4CDAD (or 0xF4CDAD) is unknown color: approx Desert Sand. HEX triplet: F4, CD and AD. RGB value is (244,205,173). Sum of RGB (Red+Green+Blue) = 244+205+173=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CDAD is #0B3252. Grayscale: #D5D5D5. Windows color (decimal): -733779 or 11390452. OLE color: 11390452.

HSL color Cylindrical-coordinate representation of color #F4CDAD: hue angle of 27.04º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4CDAD is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244205173-
CMYK00.160.290.04
HSL27.04º76.34%81.76%-
HSV(B)27.04º29.1%95.69%-
XYZ66.6865.9148.74-
YUV213.01105.42150.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.23%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=39.23%
G=32.96%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420517300.160.290.0427.0476.3481.76
HexF4CDAD0101D41b4c52
Octal36431525502035433114122
Binary111101001100110110101101010000111011001101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDAD; }

 p { color: rgb(244,205,173); }

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

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

 a { background-color: rgb(244,205,173); }

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

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

 span { border-color: rgb(244,205,173); }

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