Html Css Color HEX #FCCCB1 Apricot

📋 copy color: '#FCCCB1'

red 252 ◦ green 204 ◦ blue 177

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

Shades of Apricot #FCCCB1

Tints of Apricot #FCCCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.23%

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

R = 39.81%
G = 32.23%
B = 27.96%

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

#FCCCB1 (or 0xFCCCB1) is known color: Apricot. HEX triplet: FC, CC and B1. RGB value is (252,204,177). Sum of RGB (Red+Green+Blue) = 252+204+177=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCB1 is #03334E. Grayscale: #D7D7D7. Windows color (decimal): -209743 or 11652348. OLE color: 11652348.

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

Color convert

RGB 252 204 177 -
CMYK 0 0.19 0.30 0.01
HSL 21.6º 0.93% 0.84% -
HSV(B) 21.6º 0.3% 0.99% -
XYZ 69.67 67.06 50.87 -
YUV 215.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 252 204 177 0 0.19 0.30 0.01 21.6 0.93 0.84
Hex FC CC B1 0 13 1E 1 16 5D 54
Octal 374 314 261 0 23 36 1 26 135 124
Binary 11111100 11001100 10110001 0 10011 11110 1 10110 1011101 1010100

Color Harmonies of #FCCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCB1

Black with #FCCCB1

Text Example


Text Example

White with #FCCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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