#FFCBB5

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

Shades of Apricot #FFCBB5

Tints of Apricot #FFCBB5

Color information

#FFCBB5 (or 0xFFCBB5) is unknown color: approx Apricot. HEX triplet: FF, CB and B5. RGB value is (255,203,181). Sum of RGB (Red+Green+Blue) = 255+203+181=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB5 is #00344A. Grayscale: #D8D8D8. Windows color (decimal): -13387 or 11914239. OLE color: 11914239.

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

Color convert

RGB255203181-
CMYK00.200.290
HSL17.84º100%85.49%-
HSV(B)17.84º29.02%100%-
XYZ70.9467.3152.97-
YUV216.04108.23155.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=39.91%
G=31.77%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520318100.200.29017.8410085.49
HexFFCBB50141D0126455
Octal37731326502435022144125
Binary1111111111001011101101010101001110101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBB5; }

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

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

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

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

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

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

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

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