#FBCBB3

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

Shades of Apricot #FBCBB3

Tints of Apricot #FBCBB3

Color information

#FBCBB3 (or 0xFBCBB3) is unknown color: approx Apricot. HEX triplet: FB, CB and B3. RGB value is (251,203,179). Sum of RGB (Red+Green+Blue) = 251+203+179=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBB3 is #04344C. Grayscale: #D6D6D6. Windows color (decimal): -275533 or 11783163. OLE color: 11783163.

HSL color Cylindrical-coordinate representation of color #FBCBB3: hue angle of 20º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBCBB3 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251203179-
CMYK00.190.290.02
HSL20º90%84.31%-
HSV(B)20º28.69%98.43%-
XYZ69.2866.4851.83-
YUV214.62107.9153.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 179 (70.31% from 255) = 28.28%
R=39.65%
G=32.07%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120317900.190.290.02209084.31
HexFBCBB30131D2145a54
Octal37331326302335224132124
Binary11111011110010111011001101001111101101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBB3; }

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

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

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

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

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

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

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

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