#FFCCAB

Color #FFCCAB Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #FFCCAB

Tints of Apricot #FFCCAB

Color information

#FFCCAB (or 0xFFCCAB) is unknown color: approx Apricot. HEX triplet: FF, CC and AB. RGB value is (255,204,171). Sum of RGB (Red+Green+Blue) = 255+204+171=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAB is #003354. Grayscale: #D7D7D7. Windows color (decimal): -13141 or 11259135. OLE color: 11259135.

HSL color Cylindrical-coordinate representation of color #FFCCAB: hue angle of 23.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCCAB is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255204171-
CMYK00.20.330
HSL23.57º100%83.53%-
HSV(B)23.57º32.94%100%-
XYZ70.1867.3947.84-
YUV215.49102.9156.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=40.48%
G=32.38%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520417100.20.33023.5710083.53
HexFFCCAB014210186454
Octal37731425302441030144124
Binary11111111110011001010101101010010000101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCAB; }

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

 H1.HeaderClassName
 {
   color: #FFCCAB;
 }
 .AnyTagClassName
 {
   color: #FFCCAB;
 }
</style>
background-color css

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

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

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

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

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

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