Html Css Color HEX #FCCCB0 Apricot

📋 copy color: '#FCCCB0'

red 252 ◦ green 204 ◦ blue 176

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

Shades of Apricot #FCCCB0

Tints of Apricot #FCCCB0

RGB

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

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

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

R = 39.87%
G = 32.28%
B = 27.85%

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

#FCCCB0 (or 0xFCCCB0) is known color: Apricot. HEX triplet: FC, CC and B0. RGB value is (252,204,176). Sum of RGB (Red+Green+Blue) = 252+204+176=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCB0 is #03334F. Grayscale: #D7D7D7. Windows color (decimal): -209744 or 11586812. OLE color: 11586812.

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

Color convert

RGB 252 204 176 -
CMYK 0 0.19 0.30 0.01
HSL 22.11º 0.93% 0.84% -
HSV(B) 22.11º 0.3% 0.99% -
XYZ 69.57 67.02 50.34 -
YUV 215.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 252 204 176 0 0.19 0.30 0.01 22.11 0.93 0.84
Hex FC CC B0 0 13 1E 1 16 5D 54
Octal 374 314 260 0 23 36 1 26 135 124
Binary 11111100 11001100 10110000 0 10011 11110 1 10110 1011101 1010100

Color Harmonies of #FCCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCB0

Black with #FCCCB0

Text Example


Text Example

White with #FCCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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