Html Css Color HEX #FCC6B0 Apricot

📋 copy color: '#FCC6B0'

red 252 ◦ green 198 ◦ blue 176

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

Shades of Apricot #FCC6B0

Tints of Apricot #FCC6B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.12%

R = 40.26%
G = 31.63%
B = 28.12%

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

#FCC6B0 (or 0xFCC6B0) is known color: Apricot. HEX triplet: FC, C6 and B0. RGB value is (252,198,176). Sum of RGB (Red+Green+Blue) = 252+198+176=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6B0 is #03394F. Grayscale: #D3D3D3. Windows color (decimal): -211280 or 11585276. OLE color: 11585276.

HSL color Cylindrical-coordinate representation of color #FCC6B0: hue angle of 17.37º 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 #FCC6B0 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 176 -
CMYK 0 0.21 0.30 0.01
HSL 17.37º 0.93% 0.84% -
HSV(B) 17.37º 0.3% 0.99% -
XYZ 68.18 64.22 49.88 -
YUV 211.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 252 198 176 0 0.21 0.30 0.01 17.37 0.93 0.84
Hex FC C6 B0 0 15 1E 1 11 5D 54
Octal 374 306 260 0 25 36 1 21 135 124
Binary 11111100 11000110 10110000 0 10101 11110 1 10001 1011101 1010100

Color Harmonies of #FCC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6B0

Black with #FCC6B0

Text Example


Text Example

White with #FCC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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