Html Css Color HEX #FCD1B2 Apricot

📋 copy color: '#FCD1B2'

red 252 ◦ green 209 ◦ blue 178

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

Shades of Apricot #FCD1B2

Tints of Apricot #FCD1B2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.71%

 BLUE value IS 178 (69.92% from 255) = 27.86%

R = 39.44%
G = 32.71%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCD1B2 (or 0xFCD1B2) is known color: Apricot. HEX triplet: FC, D1 and B2. RGB value is (252,209,178). Sum of RGB (Red+Green+Blue) = 252+209+178=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD1B2 is #032E4D. Grayscale: #DADADA. Windows color (decimal): -208462 or 11719164. OLE color: 11719164.

HSL color Cylindrical-coordinate representation of color #FCD1B2: hue angle of 25.14º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCD1B2 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 178 -
CMYK 0 0.17 0.29 0.01
HSL 25.14º 0.93% 0.84% -
HSV(B) 25.14º 0.29% 0.99% -
XYZ 70.98 69.51 51.8 -
YUV 218.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 252 209 178 0 0.17 0.29 0.01 25.14 0.93 0.84
Hex FC D1 B2 0 11 1D 1 19 5C 54
Octal 374 321 262 0 21 35 1 31 134 124
Binary 11111100 11010001 10110010 0 10001 11101 1 11001 1011100 1010100

Color Harmonies of #FCD1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1B2

Black with #FCD1B2

Text Example


Text Example

White with #FCD1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1B2; }

 p { color: rgb(252,209,178); }

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

background-color css

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

 a { background-color: rgb(252,209,178); }

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

border-color css

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

 span { border-color: rgb(252,209,178); }

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