Html Css Color HEX #FCCDB1 Apricot

📋 copy color: '#FCCDB1'

red 252 ◦ green 205 ◦ blue 177

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

Shades of Apricot #FCCDB1

Tints of Apricot #FCCDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.92%

R = 39.75%
G = 32.33%
B = 27.92%

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

#FCCDB1 (or 0xFCCDB1) is known color: Apricot. HEX triplet: FC, CD and B1. RGB value is (252,205,177). Sum of RGB (Red+Green+Blue) = 252+205+177=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDB1 is #03324E. Grayscale: #D8D8D8. Windows color (decimal): -209487 or 11652604. OLE color: 11652604.

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

Color convert

RGB 252 205 177 -
CMYK 0 0.19 0.30 0.01
HSL 22.4º 0.93% 0.84% -
HSV(B) 22.4º 0.3% 0.99% -
XYZ 69.91 67.53 50.95 -
YUV 215.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 252 205 177 0 0.19 0.30 0.01 22.4 0.93 0.84
Hex FC CD B1 0 13 1E 1 16 5D 54
Octal 374 315 261 0 23 36 1 26 135 124
Binary 11111100 11001101 10110001 0 10011 11110 1 10110 1011101 1010100

Color Harmonies of #FCCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDB1

Black with #FCCDB1

Text Example


Text Example

White with #FCCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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