Html Css Color HEX #FCC5B1 Apricot

📋 copy color: '#FCC5B1'

red 252 ◦ green 197 ◦ blue 177

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

Shades of Apricot #FCC5B1

Tints of Apricot #FCC5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.47%

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

R = 40.26%
G = 31.47%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCC5B1 (or 0xFCC5B1) is known color: Apricot. HEX triplet: FC, C5 and B1. RGB value is (252,197,177). Sum of RGB (Red+Green+Blue) = 252+197+177=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5B1 is #033A4E. Grayscale: #D3D3D3. Windows color (decimal): -211535 or 11650556. OLE color: 11650556.

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

Color convert

RGB 252 197 177 -
CMYK 0 0.22 0.30 0.01
HSL 16º 0.93% 0.84% -
HSV(B) 16º 0.3% 0.99% -
XYZ 68.05 63.8 50.32 -
YUV 211.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 252 197 177 0 0.22 0.30 0.01 16 0.93 0.84
Hex FC C5 B1 0 16 1E 1 10 5D 54
Octal 374 305 261 0 26 36 1 20 135 124
Binary 11111100 11000101 10110001 0 10110 11110 1 10000 1011101 1010100

Color Harmonies of #FCC5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5B1

Black with #FCC5B1

Text Example


Text Example

White with #FCC5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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