#FFCAB5

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

Shades of Apricot #FFCAB5

Tints of Apricot #FFCAB5

Color information

#FFCAB5 (or 0xFFCAB5) is unknown color: approx Apricot. HEX triplet: FF, CA and B5. RGB value is (255,202,181). Sum of RGB (Red+Green+Blue) = 255+202+181=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAB5 is #00354A. Grayscale: #D7D7D7. Windows color (decimal): -13643 or 11913983. OLE color: 11913983.

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

Color convert

RGB255202181-
CMYK00.210.290
HSL17.03º100%85.49%-
HSV(B)17.03º29.02%100%-
XYZ70.766.8452.89-
YUV215.45108.56156.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 181 (71.09% from 255) = 28.37%
R=39.97%
G=31.66%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520218100.210.29017.0310085.49
HexFFCAB50151D0116455
Octal37731226502535021144125
Binary1111111111001010101101010101011110101000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAB5; }

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

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

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

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

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

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

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

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