Html Css Color HEX #F6CEAC Apricot

📋 copy color: '#F6CEAC'

red 246 ◦ green 206 ◦ blue 172

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

Shades of Apricot #F6CEAC

Tints of Apricot #F6CEAC

RGB

 RED value IS 246 (96.48% from 255) = 39.42%

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

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

R = 39.42%
G = 33.01%
B = 27.56%

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

#F6CEAC (or 0xF6CEAC) is known color: Apricot. HEX triplet: F6, CE and AC. RGB value is (246,206,172). Sum of RGB (Red+Green+Blue) = 246+206+172=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CEAC is #093153. Grayscale: #D6D6D6. Windows color (decimal): -602452 or 11325174. OLE color: 11325174.

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

Color convert

RGB 246 206 172 -
CMYK 0 0.16 0.30 0.04
HSL 27.57º 0.8% 0.82% -
HSV(B) 27.57º 0.3% 0.96% -
XYZ 67.52 66.71 48.35 -
YUV 214.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 246 206 172 0 0.16 0.30 0.04 27.57 0.8 0.82
Hex F6 CE AC 0 10 1E 4 1C 50 52
Octal 366 316 254 0 20 36 4 34 120 122
Binary 11110110 11001110 10101100 0 10000 11110 100 11100 1010000 1010010

Color Harmonies of #F6CEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEAC

Black with #F6CEAC

Text Example


Text Example

White with #F6CEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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