Html Css Color HEX #FCD1B7 Apricot

📋 copy color: '#FCD1B7'

red 252 ◦ green 209 ◦ blue 183

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

Shades of Apricot #FCD1B7

Tints of Apricot #FCD1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.42%

R = 39.13%
G = 32.45%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCD1B7 (or 0xFCD1B7) is known color: Apricot. HEX triplet: FC, D1 and B7. RGB value is (252,209,183). Sum of RGB (Red+Green+Blue) = 252+209+183=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1B7 is #032E48. Grayscale: #DBDBDB. Windows color (decimal): -208457 or 12046844. OLE color: 12046844.

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

Color convert

RGB 252 209 183 -
CMYK 0 0.17 0.27 0.01
HSL 22.61º 0.92% 0.85% -
HSV(B) 22.61º 0.27% 0.99% -
XYZ 71.49 69.72 54.49 -
YUV 218.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 252 209 183 0 0.17 0.27 0.01 22.61 0.92 0.85
Hex FC D1 B7 0 11 1B 1 17 5C 55
Octal 374 321 267 0 21 33 1 27 134 125
Binary 11111100 11010001 10110111 0 10001 11011 1 10111 1011100 1010101

Color Harmonies of #FCD1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1B7

Black with #FCD1B7

Text Example


Text Example

White with #FCD1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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