Html Css Color HEX #FCD1B4 Apricot

📋 copy color: '#FCD1B4'

red 252 ◦ green 209 ◦ blue 180

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

Shades of Apricot #FCD1B4

Tints of Apricot #FCD1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.08%

R = 39.31%
G = 32.61%
B = 28.08%

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

#FCD1B4 (or 0xFCD1B4) is known color: Apricot. HEX triplet: FC, D1 and B4. RGB value is (252,209,180). Sum of RGB (Red+Green+Blue) = 252+209+180=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1B4 is #032E4B. Grayscale: #DADADA. Windows color (decimal): -208460 or 11850236. OLE color: 11850236.

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

Color convert

RGB 252 209 180 -
CMYK 0 0.17 0.29 0.01
HSL 24.17º 0.92% 0.85% -
HSV(B) 24.17º 0.29% 0.99% -
XYZ 71.18 69.59 52.86 -
YUV 218.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 252 209 180 0 0.17 0.29 0.01 24.17 0.92 0.85
Hex FC D1 B4 0 11 1D 1 18 5C 55
Octal 374 321 264 0 21 35 1 30 134 125
Binary 11111100 11010001 10110100 0 10001 11101 1 11000 1011100 1010101

Color Harmonies of #FCD1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1B4

Black with #FCD1B4

Text Example


Text Example

White with #FCD1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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