Html Css Color HEX #F5CEAC Apricot

📋 copy color: '#F5CEAC'

red 245 ◦ green 206 ◦ blue 172

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

Shades of Apricot #F5CEAC

Tints of Apricot #F5CEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.07%

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

R = 39.33%
G = 33.07%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5CEAC (or 0xF5CEAC) is known color: Apricot. HEX triplet: F5, CE and AC. RGB value is (245,206,172). Sum of RGB (Red+Green+Blue) = 245+206+172=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CEAC is #0A3153. Grayscale: #D5D5D5. Windows color (decimal): -667988 or 11325173. OLE color: 11325173.

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

Color convert

RGB 245 206 172 -
CMYK 0 0.16 0.30 0.04
HSL 27.95º 0.78% 0.82% -
HSV(B) 27.95º 0.3% 0.96% -
XYZ 67.17 66.53 48.33 -
YUV 213.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 245 206 172 0 0.16 0.30 0.04 27.95 0.78 0.82
Hex F5 CE AC 0 10 1E 4 1C 4E 52
Octal 365 316 254 0 20 36 4 34 116 122
Binary 11110101 11001110 10101100 0 10000 11110 100 11100 1001110 1010010

Color Harmonies of #F5CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CEAC

Black with #F5CEAC

Text Example


Text Example

White with #F5CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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