Html Css Color HEX #FCD0B2 Apricot

📋 copy color: '#FCD0B2'

red 252 ◦ green 208 ◦ blue 178

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

Shades of Apricot #FCD0B2

Tints of Apricot #FCD0B2

RGB

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

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

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

R = 39.5%
G = 32.6%
B = 27.9%

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

#FCD0B2 (or 0xFCD0B2) is known color: Apricot. HEX triplet: FC, D0 and B2. RGB value is (252,208,178). Sum of RGB (Red+Green+Blue) = 252+208+178=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD0B2 is #032F4D. Grayscale: #D9D9D9. Windows color (decimal): -208718 or 11718908. OLE color: 11718908.

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

Color convert

RGB 252 208 178 -
CMYK 0 0.17 0.29 0.01
HSL 24.32º 0.93% 0.84% -
HSV(B) 24.32º 0.29% 0.99% -
XYZ 70.74 69.02 51.71 -
YUV 217.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 252 208 178 0 0.17 0.29 0.01 24.32 0.93 0.84
Hex FC D0 B2 0 11 1D 1 18 5C 54
Octal 374 320 262 0 21 35 1 30 134 124
Binary 11111100 11010000 10110010 0 10001 11101 1 11000 1011100 1010100

Color Harmonies of #FCD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0B2

Black with #FCD0B2

Text Example


Text Example

White with #FCD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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