Html Css Color HEX #F5CCAC Apricot

📋 copy color: '#F5CCAC'

red 245 ◦ green 204 ◦ blue 172

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

Shades of Apricot #F5CCAC

Tints of Apricot #F5CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

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

R = 39.45%
G = 32.85%
B = 27.7%

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

#F5CCAC (or 0xF5CCAC) is known color: Apricot. HEX triplet: F5, CC and AC. RGB value is (245,204,172). Sum of RGB (Red+Green+Blue) = 245+204+172=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CCAC is #0A3353. Grayscale: #D4D4D4. Windows color (decimal): -668500 or 11324661. OLE color: 11324661.

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

Color convert

RGB 245 204 172 -
CMYK 0 0.17 0.30 0.04
HSL 26.3º 0.78% 0.82% -
HSV(B) 26.3º 0.3% 0.96% -
XYZ 66.7 65.58 48.17 -
YUV 212.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 245 204 172 0 0.17 0.30 0.04 26.3 0.78 0.82
Hex F5 CC AC 0 11 1E 4 1A 4E 52
Octal 365 314 254 0 21 36 4 32 116 122
Binary 11110101 11001100 10101100 0 10001 11110 100 11010 1001110 1010010

Color Harmonies of #F5CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCAC

Black with #F5CCAC

Text Example


Text Example

White with #F5CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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