Html Css Color HEX #FCCCAC Apricot

📋 copy color: '#FCCCAC'

red 252 ◦ green 204 ◦ blue 172

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

Shades of Apricot #FCCCAC

Tints of Apricot #FCCCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.39%

R = 40.13%
G = 32.48%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCCCAC (or 0xFCCCAC) is known color: Apricot. HEX triplet: FC, CC and AC. RGB value is (252,204,172). Sum of RGB (Red+Green+Blue) = 252+204+172=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAC is #033353. Grayscale: #D6D6D6. Windows color (decimal): -209748 or 11324668. OLE color: 11324668.

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

Color convert

RGB 252 204 172 -
CMYK 0 0.19 0.32 0.01
HSL 24º 0.93% 0.83% -
HSV(B) 24º 0.32% 0.99% -
XYZ 69.18 66.86 48.29 -
YUV 214.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 252 204 172 0 0.19 0.32 0.01 24 0.93 0.83
Hex FC CC AC 0 13 20 1 18 5D 53
Octal 374 314 254 0 23 40 1 30 135 123
Binary 11111100 11001100 10101100 0 10011 100000 1 11000 1011101 1010011

Color Harmonies of #FCCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCAC

Black with #FCCCAC

Text Example


Text Example

White with #FCCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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