Html Css Color HEX #FFC8AD Apricot

📋 copy color: '#FFC8AD'

red 255 ◦ green 200 ◦ blue 173

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

Shades of Apricot #FFC8AD

Tints of Apricot #FFC8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.55%

R = 40.61%
G = 31.85%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFC8AD (or 0xFFC8AD) is known color: Apricot. HEX triplet: FF, C8 and AD. RGB value is (255,200,173). Sum of RGB (Red+Green+Blue) = 255+200+173=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8AD is #003752. Grayscale: #D5D5D5. Windows color (decimal): -14163 or 11389183. OLE color: 11389183.

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

Color convert

RGB 255 200 173 -
CMYK 0 0.22 0.32 0
HSL 19.76º 1% 0.84% -
HSV(B) 19.76º 0.32% 1% -
XYZ 69.44 65.59 48.53 -
YUV 213.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 255 200 173 0 0.22 0.32 0 19.76 1 0.84
Hex FF C8 AD 0 16 20 0 14 64 54
Octal 377 310 255 0 26 40 0 24 144 124
Binary 11111111 11001000 10101101 0 10110 100000 0 10100 1100100 1010100

Color Harmonies of #FFC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC8AD

Black with #FFC8AD

Text Example


Text Example

White with #FFC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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