Html Css Color HEX #FCD0B1 Apricot

📋 copy color: '#FCD0B1'

red 252 ◦ green 208 ◦ blue 177

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

Shades of Apricot #FCD0B1

Tints of Apricot #FCD0B1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.65%

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

R = 39.56%
G = 32.65%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCD0B1 (or 0xFCD0B1) is known color: Apricot. HEX triplet: FC, D0 and B1. RGB value is (252,208,177). Sum of RGB (Red+Green+Blue) = 252+208+177=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0B1 is #032F4E. Grayscale: #D9D9D9. Windows color (decimal): -208719 or 11653372. OLE color: 11653372.

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

Color convert

RGB 252 208 177 -
CMYK 0 0.17 0.30 0.01
HSL 24.8º 0.93% 0.84% -
HSV(B) 24.8º 0.3% 0.99% -
XYZ 70.64 68.98 51.19 -
YUV 217.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 252 208 177 0 0.17 0.30 0.01 24.8 0.93 0.84
Hex FC D0 B1 0 11 1E 1 19 5D 54
Octal 374 320 261 0 21 36 1 31 135 124
Binary 11111100 11010000 10110001 0 10001 11110 1 11001 1011101 1010100

Color Harmonies of #FCD0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0B1

Black with #FCD0B1

Text Example


Text Example

White with #FCD0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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