#FBCFB7

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

Shades of Apricot #FBCFB7

Tints of Apricot #FBCFB7

Color information

#FBCFB7 (or 0xFBCFB7) is unknown color: approx Apricot. HEX triplet: FB, CF and B7. RGB value is (251,207,183). Sum of RGB (Red+Green+Blue) = 251+207+183=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFB7 is #043048. Grayscale: #D9D9D9. Windows color (decimal): -274505 or 12046331. OLE color: 12046331.

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

Color convert

RGB251207183-
CMYK00.180.270.02
HSL21.18º89.47%85.1%-
HSV(B)21.18º27.09%98.43%-
XYZ70.6468.5554.31-
YUV217.42108.58151.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 183 (71.88% from 255) = 28.55%
R=39.16%
G=32.29%
B=28.55%

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
Decimal25120718300.180.270.0221.1889.4785.1
HexFBCFB70121B2155955
Octal37331726702233225131125
Binary11111011110011111011011101001011011101010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFB7; }

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

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

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

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

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

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

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

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