#FFCAAC

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

Shades of Apricot #FFCAAC

Tints of Apricot #FFCAAC

Color information

#FFCAAC (or 0xFFCAAC) is unknown color: approx Apricot. HEX triplet: FF, CA and AC. RGB value is (255,202,172). Sum of RGB (Red+Green+Blue) = 255+202+172=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAC is #003553. Grayscale: #D6D6D6. Windows color (decimal): -13652 or 11324159. OLE color: 11324159.

HSL color Cylindrical-coordinate representation of color #FFCAAC: hue angle of 21.69º 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 #FFCAAC is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255202172-
CMYK00.210.330
HSL21.69º100%83.73%-
HSV(B)21.69º32.55%100%-
XYZ69.8166.4848.18-
YUV214.43104.06156.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 172 (67.58% from 255) = 27.34%
R=40.54%
G=32.11%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520217200.210.33021.6910083.73
HexFFCAAC015210166454
Octal37731225402541026144124
Binary11111111110010101010110001010110000101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAAC; }

 p { color: rgb(255,202,172); }

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

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

 a { background-color: rgb(255,202,172); }

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

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

 span { border-color: rgb(255,202,172); }

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