Html Css Color HEX #FCD0B0 Apricot

📋 copy color: '#FCD0B0'

red 252 ◦ green 208 ◦ blue 176

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

Shades of Apricot #FCD0B0

Tints of Apricot #FCD0B0

RGB

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

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

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

R = 39.62%
G = 32.7%
B = 27.67%

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

#FCD0B0 (or 0xFCD0B0) is known color: Apricot. HEX triplet: FC, D0 and B0. RGB value is (252,208,176). Sum of RGB (Red+Green+Blue) = 252+208+176=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0B0 is #032F4F. Grayscale: #D9D9D9. Windows color (decimal): -208720 or 11587836. OLE color: 11587836.

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

Color convert

RGB 252 208 176 -
CMYK 0 0.17 0.30 0.01
HSL 25.26º 0.93% 0.84% -
HSV(B) 25.26º 0.3% 0.99% -
XYZ 70.54 68.94 50.66 -
YUV 217.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 252 208 176 0 0.17 0.30 0.01 25.26 0.93 0.84
Hex FC D0 B0 0 11 1E 1 19 5D 54
Octal 374 320 260 0 21 36 1 31 135 124
Binary 11111100 11010000 10110000 0 10001 11110 1 11001 1011101 1010100

Color Harmonies of #FCD0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0B0

Black with #FCD0B0

Text Example


Text Example

White with #FCD0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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