Html Css Color HEX #FCC7AD Apricot

📋 copy color: '#FCC7AD'

red 252 ◦ green 199 ◦ blue 173

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

Shades of Apricot #FCC7AD

Tints of Apricot #FCC7AD

RGB

 RED value IS 252 (98.83% from 255) = 40.38%

 GREEN value IS 199 (78.13% from 255) = 31.89%

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

R = 40.38%
G = 31.89%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCC7AD (or 0xFCC7AD) is known color: Apricot. HEX triplet: FC, C7 and AD. RGB value is (252,199,173). Sum of RGB (Red+Green+Blue) = 252+199+173=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AD is #033852. Grayscale: #D4D4D4. Windows color (decimal): -211027 or 11388924. OLE color: 11388924.

HSL color Cylindrical-coordinate representation of color #FCC7AD: hue angle of 19.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC7AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 173 -
CMYK 0 0.21 0.31 0.01
HSL 19.75º 0.93% 0.83% -
HSV(B) 19.75º 0.31% 0.99% -
XYZ 68.11 64.56 48.41 -
YUV 211.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 252 199 173 0 0.21 0.31 0.01 19.75 0.93 0.83
Hex FC C7 AD 0 15 1F 1 14 5D 53
Octal 374 307 255 0 25 37 1 24 135 123
Binary 11111100 11000111 10101101 0 10101 11111 1 10100 1011101 1010011

Color Harmonies of #FCC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7AD

Black with #FCC7AD

Text Example


Text Example

White with #FCC7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7AD; }

 p { color: rgb(252,199,173); }

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

background-color css

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

 a { background-color: rgb(252,199,173); }

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

border-color css

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

 span { border-color: rgb(252,199,173); }

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