Html Css Color HEX #FCD1B3 Apricot

📋 copy color: '#FCD1B3'

red 252 ◦ green 209 ◦ blue 179

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

Shades of Apricot #FCD1B3

Tints of Apricot #FCD1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.97%

R = 39.38%
G = 32.66%
B = 27.97%

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

#FCD1B3 (or 0xFCD1B3) is known color: Apricot. HEX triplet: FC, D1 and B3. RGB value is (252,209,179). Sum of RGB (Red+Green+Blue) = 252+209+179=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1B3 is #032E4C. Grayscale: #DADADA. Windows color (decimal): -208461 or 11784700. OLE color: 11784700.

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

Color convert

RGB 252 209 179 -
CMYK 0 0.17 0.29 0.01
HSL 24.66º 0.92% 0.85% -
HSV(B) 24.66º 0.29% 0.99% -
XYZ 71.08 69.55 52.33 -
YUV 218.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 252 209 179 0 0.17 0.29 0.01 24.66 0.92 0.85
Hex FC D1 B3 0 11 1D 1 19 5C 55
Octal 374 321 263 0 21 35 1 31 134 125
Binary 11111100 11010001 10110011 0 10001 11101 1 11001 1011100 1010101

Color Harmonies of #FCD1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1B3

Black with #FCD1B3

Text Example


Text Example

White with #FCD1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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