Html Css Color HEX #FCCCAB Apricot

📋 copy color: '#FCCCAB'

red 252 ◦ green 204 ◦ blue 171

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

Shades of Apricot #FCCCAB

Tints of Apricot #FCCCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 40.19%
G = 32.54%
B = 27.27%

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

#FCCCAB (or 0xFCCCAB) is known color: Apricot. HEX triplet: FC, CC and AB. RGB value is (252,204,171). Sum of RGB (Red+Green+Blue) = 252+204+171=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAB is #033354. Grayscale: #D6D6D6. Windows color (decimal): -209749 or 11259132. OLE color: 11259132.

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

Color convert

RGB 252 204 171 -
CMYK 0 0.19 0.32 0.01
HSL 24.44º 0.93% 0.83% -
HSV(B) 24.44º 0.32% 0.99% -
XYZ 69.09 66.82 47.78 -
YUV 214.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 252 204 171 0 0.19 0.32 0.01 24.44 0.93 0.83
Hex FC CC AB 0 13 20 1 18 5D 53
Octal 374 314 253 0 23 40 1 30 135 123
Binary 11111100 11001100 10101011 0 10011 100000 1 11000 1011101 1010011

Color Harmonies of #FCCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCAB

Black with #FCCCAB

Text Example


Text Example

White with #FCCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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