Html Css Color HEX #FCCDB0 Apricot

📋 copy color: '#FCCDB0'

red 252 ◦ green 205 ◦ blue 176

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

Shades of Apricot #FCCDB0

Tints of Apricot #FCCDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.39%

 BLUE value IS 176 (69.14% from 255) = 27.8%

R = 39.81%
G = 32.39%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCCDB0 (or 0xFCCDB0) is known color: Apricot. HEX triplet: FC, CD and B0. RGB value is (252,205,176). Sum of RGB (Red+Green+Blue) = 252+205+176=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDB0 is #03324F. Grayscale: #D7D7D7. Windows color (decimal): -209488 or 11587068. OLE color: 11587068.

HSL color Cylindrical-coordinate representation of color #FCCDB0: hue angle of 22.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCCDB0 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 176 -
CMYK 0 0.19 0.30 0.01
HSL 22.89º 0.93% 0.84% -
HSV(B) 22.89º 0.3% 0.99% -
XYZ 69.81 67.49 50.42 -
YUV 215.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 252 205 176 0 0.19 0.30 0.01 22.89 0.93 0.84
Hex FC CD B0 0 13 1E 1 17 5D 54
Octal 374 315 260 0 23 36 1 27 135 124
Binary 11111100 11001101 10110000 0 10011 11110 1 10111 1011101 1010100

Color Harmonies of #FCCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDB0

Black with #FCCDB0

Text Example


Text Example

White with #FCCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDB0; }

 p { color: rgb(252,205,176); }

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

background-color css

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

 a { background-color: rgb(252,205,176); }

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

border-color css

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

 span { border-color: rgb(252,205,176); }

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