Html Css Color HEX #FCD2B6 Apricot

📋 copy color: '#FCD2B6'

red 252 ◦ green 210 ◦ blue 182

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

Shades of Apricot #FCD2B6

Tints of Apricot #FCD2B6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.61%

 BLUE value IS 182 (71.48% from 255) = 28.26%

R = 39.13%
G = 32.61%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCD2B6 (or 0xFCD2B6) is known color: Apricot. HEX triplet: FC, D2 and B6. RGB value is (252,210,182). Sum of RGB (Red+Green+Blue) = 252+210+182=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2B6 is #032D49. Grayscale: #DBDBDB. Windows color (decimal): -208202 or 11981564. OLE color: 11981564.

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

Color convert

RGB 252 210 182 -
CMYK 0 0.17 0.28 0.01
HSL 24º 0.92% 0.85% -
HSV(B) 24º 0.28% 0.99% -
XYZ 71.63 70.17 54.02 -
YUV 219.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 252 210 182 0 0.17 0.28 0.01 24 0.92 0.85
Hex FC D2 B6 0 11 1C 1 18 5C 55
Octal 374 322 266 0 21 34 1 30 134 125
Binary 11111100 11010010 10110110 0 10001 11100 1 11000 1011100 1010101

Color Harmonies of #FCD2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2B6

Black with #FCD2B6

Text Example


Text Example

White with #FCD2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2B6; }

 p { color: rgb(252,210,182); }

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

background-color css

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

 a { background-color: rgb(252,210,182); }

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

border-color css

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

 span { border-color: rgb(252,210,182); }

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