#F5CCAD

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

Shades of Apricot #F5CCAD

Tints of Apricot #F5CCAD

Color information

#F5CCAD (or 0xF5CCAD) is unknown color: approx Apricot. HEX triplet: F5, CC and AD. RGB value is (245,204,173). Sum of RGB (Red+Green+Blue) = 245+204+173=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCAD is #0A3352. Grayscale: #D4D4D4. Windows color (decimal): -668499 or 11390197. OLE color: 11390197.

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

Color convert

RGB245204173-
CMYK00.170.290.04
HSL25.83º78.26%81.96%-
HSV(B)25.83º29.39%96.08%-
XYZ66.7965.6248.68-
YUV212.72105.58151.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=39.39%
G=32.80%
B=27.81%

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
Decimal24520417300.170.290.0425.8378.2681.96
HexF5CCAD0111D41a4e52
Octal36531425502135432116122
Binary111101011100110010101101010001111011001101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCAD; }

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

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

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

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

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

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

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

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