Html Css Color HEX #F8CEAC Apricot

📋 copy color: '#F8CEAC'

red 248 ◦ green 206 ◦ blue 172

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

Shades of Apricot #F8CEAC

Tints of Apricot #F8CEAC

RGB

 RED value IS 248 (97.27% from 255) = 39.62%

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

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

R = 39.62%
G = 32.91%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F8CEAC (or 0xF8CEAC) is known color: Apricot. HEX triplet: F8, CE and AC. RGB value is (248,206,172). Sum of RGB (Red+Green+Blue) = 248+206+172=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEAC is #073153. Grayscale: #D6D6D6. Windows color (decimal): -471380 or 11325176. OLE color: 11325176.

HSL color Cylindrical-coordinate representation of color #F8CEAC: hue angle of 26.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8CEAC is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 172 -
CMYK 0 0.17 0.31 0.03
HSL 26.84º 0.84% 0.82% -
HSV(B) 26.84º 0.31% 0.97% -
XYZ 68.23 67.08 48.38 -
YUV 214.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 248 206 172 0 0.17 0.31 0.03 26.84 0.84 0.82
Hex F8 CE AC 0 11 1F 3 1B 54 52
Octal 370 316 254 0 21 37 3 33 124 122
Binary 11111000 11001110 10101100 0 10001 11111 11 11011 1010100 1010010

Color Harmonies of #F8CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEAC

Black with #F8CEAC

Text Example


Text Example

White with #F8CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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