Html Css Color HEX #FCD0B4 Apricot

📋 copy color: '#FCD0B4'

red 252 ◦ green 208 ◦ blue 180

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

Shades of Apricot #FCD0B4

Tints of Apricot #FCD0B4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.5%

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

R = 39.38%
G = 32.5%
B = 28.13%

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

#FCD0B4 (or 0xFCD0B4) is known color: Apricot. HEX triplet: FC, D0 and B4. RGB value is (252,208,180). Sum of RGB (Red+Green+Blue) = 252+208+180=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0B4 is #032F4B. Grayscale: #DADADA. Windows color (decimal): -208716 or 11849980. OLE color: 11849980.

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

Color convert

RGB 252 208 180 -
CMYK 0 0.17 0.29 0.01
HSL 23.33º 0.92% 0.85% -
HSV(B) 23.33º 0.29% 0.99% -
XYZ 70.94 69.1 52.78 -
YUV 217.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 252 208 180 0 0.17 0.29 0.01 23.33 0.92 0.85
Hex FC D0 B4 0 11 1D 1 17 5C 55
Octal 374 320 264 0 21 35 1 27 134 125
Binary 11111100 11010000 10110100 0 10001 11101 1 10111 1011100 1010101

Color Harmonies of #FCD0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0B4

Black with #FCD0B4

Text Example


Text Example

White with #FCD0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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