Html Css Color HEX #FCD2B0 Apricot

📋 copy color: '#FCD2B0'

red 252 ◦ green 210 ◦ blue 176

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

Shades of Apricot #FCD2B0

Tints of Apricot #FCD2B0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.92%

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

R = 39.5%
G = 32.92%
B = 27.59%

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

#FCD2B0 (or 0xFCD2B0) is known color: Apricot. HEX triplet: FC, D2 and B0. RGB value is (252,210,176). Sum of RGB (Red+Green+Blue) = 252+210+176=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD2B0 is #032D4F. Grayscale: #DADADA. Windows color (decimal): -208208 or 11588348. OLE color: 11588348.

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

Color convert

RGB 252 210 176 -
CMYK 0 0.17 0.30 0.01
HSL 26.84º 0.93% 0.84% -
HSV(B) 26.84º 0.3% 0.99% -
XYZ 71.03 69.92 50.83 -
YUV 218.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 252 210 176 0 0.17 0.30 0.01 26.84 0.93 0.84
Hex FC D2 B0 0 11 1E 1 1B 5D 54
Octal 374 322 260 0 21 36 1 33 135 124
Binary 11111100 11010010 10110000 0 10001 11110 1 11011 1011101 1010100

Color Harmonies of #FCD2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2B0

Black with #FCD2B0

Text Example


Text Example

White with #FCD2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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