#F5CBAD

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

Shades of Apricot #F5CBAD

Tints of Apricot #F5CBAD

Color information

#F5CBAD (or 0xF5CBAD) is unknown color: approx Apricot. HEX triplet: F5, CB and AD. RGB value is (245,203,173). Sum of RGB (Red+Green+Blue) = 245+203+173=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CBAD is #0A3452. Grayscale: #D4D4D4. Windows color (decimal): -668755 or 11389941. OLE color: 11389941.

HSL color Cylindrical-coordinate representation of color #F5CBAD: hue angle of 25º degrees, saturation: 0.78, 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 #F5CBAD is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245203173-
CMYK00.170.290.04
HSL25º78.26%81.96%-
HSV(B)25º29.39%96.08%-
XYZ66.5565.1448.6-
YUV212.14105.91151.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=39.45%
G=32.69%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520317300.170.290.042578.2681.96
HexF5CBAD0111D4194e52
Octal36531325502135431116122
Binary111101011100101110101101010001111011001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBAD; }

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

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

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

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

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

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

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

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