#FFCBAC

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

Shades of Apricot #FFCBAC

Tints of Apricot #FFCBAC

Color information

#FFCBAC (or 0xFFCBAC) is unknown color: approx Apricot. HEX triplet: FF, CB and AC. RGB value is (255,203,172). Sum of RGB (Red+Green+Blue) = 255+203+172=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAC is #003453. Grayscale: #D7D7D7. Windows color (decimal): -13396 or 11324415. OLE color: 11324415.

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

Color convert

RGB255203172-
CMYK00.200.330
HSL22.41º100%83.73%-
HSV(B)22.41º32.55%100%-
XYZ70.0466.9548.26-
YUV215.01103.73156.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 172 (67.58% from 255) = 27.30%
R=40.48%
G=32.22%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520317200.200.33022.4110083.73
HexFFCBAC014210166454
Octal37731325402441026144124
Binary11111111110010111010110001010010000101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBAC; }

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

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

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

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

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

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

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

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