Html Css Color HEX #FFC8AC Apricot

📋 copy color: '#FFC8AC'

red 255 ◦ green 200 ◦ blue 172

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

Shades of Apricot #FFC8AC

Tints of Apricot #FFC8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

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

R = 40.67%
G = 31.9%
B = 27.43%

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

#FFC8AC (or 0xFFC8AC) is known color: Apricot. HEX triplet: FF, C8 and AC. RGB value is (255,200,172). Sum of RGB (Red+Green+Blue) = 255+200+172=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8AC is #003753. Grayscale: #D5D5D5. Windows color (decimal): -14164 or 11323647. OLE color: 11323647.

HSL color Cylindrical-coordinate representation of color #FFC8AC: hue angle of 20.24º 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 #FFC8AC is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 200 172 -
CMYK 0 0.22 0.33 0
HSL 20.24º 1% 0.84% -
HSV(B) 20.24º 0.33% 1% -
XYZ 69.34 65.55 48.03 -
YUV 213.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 255 200 172 0 0.22 0.33 0 20.24 1 0.84
Hex FF C8 AC 0 16 21 0 14 64 54
Octal 377 310 254 0 26 41 0 24 144 124
Binary 11111111 11001000 10101100 0 10110 100001 0 10100 1100100 1010100

Color Harmonies of #FFC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC8AC

Black with #FFC8AC

Text Example


Text Example

White with #FFC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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