#FFCBB3

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

Shades of Apricot #FFCBB3

Tints of Apricot #FFCBB3

Color information

#FFCBB3 (or 0xFFCBB3) is unknown color: approx Apricot. HEX triplet: FF, CB and B3. RGB value is (255,203,179). Sum of RGB (Red+Green+Blue) = 255+203+179=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB3 is #00344C. Grayscale: #D7D7D7. Windows color (decimal): -13389 or 11783167. OLE color: 11783167.

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

Color convert

RGB255203179-
CMYK00.200.300
HSL18.95º100%85.1%-
HSV(B)18.95º29.8%100%-
XYZ70.7367.2351.9-
YUV215.81107.23155.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 179 (70.31% from 255) = 28.10%
R=40.03%
G=31.87%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520317900.200.30018.9510085.1
HexFFCBB30141E0136455
Octal37731326302436023144125
Binary1111111111001011101100110101001111001001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBB3; }

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

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

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

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

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

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

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

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