#FBCBB6

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

Shades of Apricot #FBCBB6

Tints of Apricot #FBCBB6

Color information

#FBCBB6 (or 0xFBCBB6) is unknown color: approx Apricot. HEX triplet: FB, CB and B6. RGB value is (251,203,182). Sum of RGB (Red+Green+Blue) = 251+203+182=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBB6 is #043449. Grayscale: #D7D7D7. Windows color (decimal): -275530 or 11979771. OLE color: 11979771.

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

Color convert

RGB251203182-
CMYK00.190.270.02
HSL18.26º89.61%84.9%-
HSV(B)18.26º27.49%98.43%-
XYZ69.5866.653.44-
YUV214.96109.4153.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 182 (71.48% from 255) = 28.62%
R=39.47%
G=31.92%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120318200.190.270.0218.2689.6184.9
HexFBCBB60131B2125a55
Octal37331326602333222132125
Binary11111011110010111011011001001111011101001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBB6; }

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

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

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

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

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

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

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

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