Html Css Color HEX #FCC6B1 Apricot

📋 copy color: '#FCC6B1'

red 252 ◦ green 198 ◦ blue 177

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

Shades of Apricot #FCC6B1

Tints of Apricot #FCC6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.23%

R = 40.19%
G = 31.58%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCC6B1 (or 0xFCC6B1) is known color: Apricot. HEX triplet: FC, C6 and B1. RGB value is (252,198,177). Sum of RGB (Red+Green+Blue) = 252+198+177=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6B1 is #03394E. Grayscale: #D3D3D3. Windows color (decimal): -211279 or 11650812. OLE color: 11650812.

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

Color convert

RGB 252 198 177 -
CMYK 0 0.21 0.30 0.01
HSL 16.8º 0.93% 0.84% -
HSV(B) 16.8º 0.3% 0.99% -
XYZ 68.27 64.26 50.4 -
YUV 211.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 252 198 177 0 0.21 0.30 0.01 16.8 0.93 0.84
Hex FC C6 B1 0 15 1E 1 11 5D 54
Octal 374 306 261 0 25 36 1 21 135 124
Binary 11111100 11000110 10110001 0 10101 11110 1 10001 1011101 1010100

Color Harmonies of #FCC6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6B1

Black with #FCC6B1

Text Example


Text Example

White with #FCC6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6B1; }

 p { color: rgb(252,198,177); }

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

background-color css

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

 a { background-color: rgb(252,198,177); }

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

border-color css

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

 span { border-color: rgb(252,198,177); }

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