Html Css Color HEX #FFC6AC Apricot

📋 copy color: '#FFC6AC'

red 255 ◦ green 198 ◦ blue 172

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

Shades of Apricot #FFC6AC

Tints of Apricot #FFC6AC

RGB

 RED value IS 255 (100% from 255) = 40.8%

 GREEN value IS 198 (77.73% from 255) = 31.68%

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

R = 40.8%
G = 31.68%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC6AC (or 0xFFC6AC) is known color: Apricot. HEX triplet: FF, C6 and AC. RGB value is (255,198,172). Sum of RGB (Red+Green+Blue) = 255+198+172=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AC is #003953. Grayscale: #D4D4D4. Windows color (decimal): -14676 or 11323135. OLE color: 11323135.

HSL color Cylindrical-coordinate representation of color #FFC6AC: hue angle of 18.8º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC6AC is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 172 -
CMYK 0 0.22 0.33 0
HSL 18.8º 1% 0.84% -
HSV(B) 18.8º 0.33% 1% -
XYZ 68.88 64.63 47.87 -
YUV 212.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 255 198 172 0 0.22 0.33 0 18.8 1 0.84
Hex FF C6 AC 0 16 21 0 13 64 54
Octal 377 306 254 0 26 41 0 23 144 124
Binary 11111111 11000110 10101100 0 10110 100001 0 10011 1100100 1010100

Color Harmonies of #FFC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6AC

Black with #FFC6AC

Text Example


Text Example

White with #FFC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6AC; }

 p { color: rgb(255,198,172); }

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

background-color css

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

 a { background-color: rgb(255,198,172); }

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

border-color css

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

 span { border-color: rgb(255,198,172); }

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