Html Css Color HEX #FFC6AD Apricot

📋 copy color: '#FFC6AD'

red 255 ◦ green 198 ◦ blue 173

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

Shades of Apricot #FFC6AD

Tints of Apricot #FFC6AD

RGB

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

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

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

R = 40.73%
G = 31.63%
B = 27.64%

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

#FFC6AD (or 0xFFC6AD) is known color: Apricot. HEX triplet: FF, C6 and AD. RGB value is (255,198,173). Sum of RGB (Red+Green+Blue) = 255+198+173=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AD is #003952. Grayscale: #D4D4D4. Windows color (decimal): -14675 or 11388671. OLE color: 11388671.

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

Color convert

RGB 255 198 173 -
CMYK 0 0.22 0.32 0
HSL 18.29º 1% 0.84% -
HSV(B) 18.29º 0.32% 1% -
XYZ 68.98 64.67 48.38 -
YUV 212.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 255 198 173 0 0.22 0.32 0 18.29 1 0.84
Hex FF C6 AD 0 16 20 0 12 64 54
Octal 377 306 255 0 26 40 0 22 144 124
Binary 11111111 11000110 10101101 0 10110 100000 0 10010 1100100 1010100

Color Harmonies of #FFC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6AD

Black with #FFC6AD

Text Example


Text Example

White with #FFC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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