Html Css Color HEX #F6CEAB Apricot

📋 copy color: '#F6CEAB'

red 246 ◦ green 206 ◦ blue 171

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

Shades of Apricot #F6CEAB

Tints of Apricot #F6CEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.45%

R = 39.49%
G = 33.07%
B = 27.45%

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

#F6CEAB (or 0xF6CEAB) is known color: Apricot. HEX triplet: F6, CE and AB. RGB value is (246,206,171). Sum of RGB (Red+Green+Blue) = 246+206+171=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CEAB is #093154. Grayscale: #D6D6D6. Windows color (decimal): -602453 or 11259638. OLE color: 11259638.

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

Color convert

RGB 246 206 171 -
CMYK 0 0.16 0.30 0.04
HSL 28º 0.81% 0.82% -
HSV(B) 28º 0.3% 0.96% -
XYZ 67.43 66.68 47.84 -
YUV 213.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 246 206 171 0 0.16 0.30 0.04 28 0.81 0.82
Hex F6 CE AB 0 10 1E 4 1C 51 52
Octal 366 316 253 0 20 36 4 34 121 122
Binary 11110110 11001110 10101011 0 10000 11110 100 11100 1010001 1010010

Color Harmonies of #F6CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEAB

Black with #F6CEAB

Text Example


Text Example

White with #F6CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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