#FBCFB6

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

Shades of Apricot #FBCFB6

Tints of Apricot #FBCFB6

Color information

#FBCFB6 (or 0xFBCFB6) is unknown color: approx Apricot. HEX triplet: FB, CF and B6. RGB value is (251,207,182). Sum of RGB (Red+Green+Blue) = 251+207+182=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFB6 is #043049. Grayscale: #D9D9D9. Windows color (decimal): -274506 or 11980795. OLE color: 11980795.

HSL color Cylindrical-coordinate representation of color #FBCFB6: hue angle of 21.74º 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 #FBCFB6 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251207182-
CMYK00.180.270.02
HSL21.74º89.61%84.9%-
HSV(B)21.74º27.49%98.43%-
XYZ70.5468.5153.76-
YUV217.31108.08152.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 182 (71.48% from 255) = 28.44%
R=39.22%
G=32.34%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120718200.180.270.0221.7489.6184.9
HexFBCFB60121B2165a55
Octal37331726602233226132125
Binary11111011110011111011011001001011011101011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFB6; }

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

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

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

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

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

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

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

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