Html Css Color HEX #FCC7AF Apricot

📋 copy color: '#FCC7AF'

red 252 ◦ green 199 ◦ blue 175

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

Shades of Apricot #FCC7AF

Tints of Apricot #FCC7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 40.26%
G = 31.79%
B = 27.96%

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

#FCC7AF (or 0xFCC7AF) is known color: Apricot. HEX triplet: FC, C7 and AF. RGB value is (252,199,175). Sum of RGB (Red+Green+Blue) = 252+199+175=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AF is #033850. Grayscale: #D4D4D4. Windows color (decimal): -211025 or 11519996. OLE color: 11519996.

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

Color convert

RGB 252 199 175 -
CMYK 0 0.21 0.31 0.01
HSL 18.7º 0.93% 0.84% -
HSV(B) 18.7º 0.31% 0.99% -
XYZ 68.31 64.64 49.43 -
YUV 212.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 252 199 175 0 0.21 0.31 0.01 18.7 0.93 0.84
Hex FC C7 AF 0 15 1F 1 13 5D 54
Octal 374 307 257 0 25 37 1 23 135 124
Binary 11111100 11000111 10101111 0 10101 11111 1 10011 1011101 1010100

Color Harmonies of #FCC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7AF

Black with #FCC7AF

Text Example


Text Example

White with #FCC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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