#FFCAB4

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

Shades of Apricot #FFCAB4

Tints of Apricot #FFCAB4

Color information

#FFCAB4 (or 0xFFCAB4) is unknown color: approx Apricot. HEX triplet: FF, CA and B4. RGB value is (255,202,180). Sum of RGB (Red+Green+Blue) = 255+202+180=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB4 is #00354B. Grayscale: #D7D7D7. Windows color (decimal): -13644 or 11848447. OLE color: 11848447.

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

Color convert

RGB255202180-
CMYK00.210.290
HSL17.6º100%85.29%-
HSV(B)17.6º29.41%100%-
XYZ70.666.852.35-
YUV215.34108.06156.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=40.03%
G=31.71%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520218000.210.29017.610085.29
HexFFCAB40151D0126455
Octal37731226402535022144125
Binary1111111111001010101101000101011110101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAB4; }

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

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

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

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

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

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

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

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