Html Css Color HEX #F5CBAC Desert Sand

📋 copy color: '#F5CBAC'

red 245 ◦ green 203 ◦ blue 172

#F5CBAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #F5CBAC

Tints of Desert Sand #F5CBAC

RGB

 RED value IS 245 (96.09% from 255) = 39.52%

 GREEN value IS 203 (79.69% from 255) = 32.74%

 BLUE value IS 172 (67.58% from 255) = 27.74%

R = 39.52%
G = 32.74%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5CBAC (or 0xF5CBAC) is known color: Desert Sand. HEX triplet: F5, CB and AC. RGB value is (245,203,172). Sum of RGB (Red+Green+Blue) = 245+203+172=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBAC is #0A3453. Grayscale: #D4D4D4. Windows color (decimal): -668756 or 11324405. OLE color: 11324405.

HSL color Cylindrical-coordinate representation of color #F5CBAC: hue angle of 25.48º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5CBAC is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 172 -
CMYK 0 0.17 0.30 0.04
HSL 25.48º 0.78% 0.82% -
HSV(B) 25.48º 0.3% 0.96% -
XYZ 66.46 65.1 48.09 -
YUV 212.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 245 203 172 0 0.17 0.30 0.04 25.48 0.78 0.82
Hex F5 CB AC 0 11 1E 4 19 4E 52
Octal 365 313 254 0 21 36 4 31 116 122
Binary 11110101 11001011 10101100 0 10001 11110 100 11001 1001110 1010010

Color Harmonies of #F5CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBAC

Black with #F5CBAC

Text Example


Text Example

White with #F5CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBAC; }

 p { color: rgb(245,203,172); }

 H1.HeaderClassName
 {
   color: #F5CBAC;
 }
 .AnyTagClassName
 {
   color: #F5CBAC;
 }
</style>

background-color css

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

 a { background-color: rgb(245,203,172); }

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

border-color css

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

 span { border-color: rgb(245,203,172); }

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